diff options
author | John Stebbins <[email protected]> | 2016-12-27 13:53:46 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-12-27 13:54:08 -0800 |
commit | 969aa8bca49a6ece4aa98ec1ec89fd1ba947276d (patch) | |
tree | 93b424ef0c06df9f7a91fdc373572f149e880e4c /gtk | |
parent | b60c0bf54e17ca03262c30121320e42967e660c5 (diff) |
LinGui: fix tooltip formatting
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.m4 b/gtk/src/ghb.m4 index 926e5b358..d14e1ddde 100644 --- a/gtk/src/ghb.m4 +++ b/gtk/src/ghb.m4 @@ -2391,7 +2391,7 @@ the required multiple.</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="tooltip_text" translatable="yes">If enabled, select the 'optimal' storage resolution. - This will be the resolution that most closely matches the source resolution after cropping.</property> +This will be the resolution that most closely matches the source resolution after cropping.</property> <property name="halign">start</property> <property name="draw_indicator">True</property> <signal name="toggled" handler="scale_changed_cb" swapped="no"/> |