diff options
author | John Stebbins <[email protected]> | 2018-01-13 13:33:26 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-01-13 13:33:50 -0700 |
commit | 96909e496c1655580cfb93653243e3342d6d6988 (patch) | |
tree | b6138d8f0d482c278207b25ebebd2e04f81d70e5 | |
parent | d076119d72215edfd3388ebe0d4ee2256f17d586 (diff) |
LinGui: fix tooltip for "Save New Preset"
-rw-r--r-- | gtk/src/ghb.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 89089d8b2..b11978f89 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -1645,8 +1645,8 @@ This is often the feature title of a DVD.</property> <property name="label" translatable="yes">Reload</property> <property name="visible">False</property> <property name="can_focus">True</property> - <property name="tooltip_text" translatable="yes">Reload the encoding settings for the currently selected preset. - Modifications will be discarded.</property> + <property name="tooltip_text" translatable="yes">Reload the settings for the currently selected preset. +Modifications will be discarded.</property> <property name="receives_default">True</property> <property name="halign">end</property> <property name="action-name">app.preset-reload</property> @@ -1662,8 +1662,7 @@ This is often the feature title of a DVD.</property> <property name="label" translatable="yes">Save New Preset</property> <property name="visible">False</property> <property name="can_focus">True</property> - <property name="tooltip_text" translatable="yes">Reload the encoding settings for the currently selected preset. - Modifications will be discarded.</property> + <property name="tooltip_text" translatable="yes">Save the current settings to a new Preset.</property> <property name="receives_default">True</property> <property name="halign">end</property> <property name="action-name">app.preset-save-as</property> |