diff options
author | Andras Timar <andras.timar@collabora.com> | 2014-07-08 14:42:14 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2014-07-08 14:42:54 +0200 |
commit | 4861e4961f7dc4f28a14c5f9d9b969456bfec720 (patch) | |
tree | 5f4e0f9bd344f0231d4aa40b222857d8b4599e20 /starmath/uiconfig | |
parent | 65438659a18698334f22307ccb4d5ed844b637bf (diff) |
fdo#81036 escape ~ in .ui and fix a typo (straight apostrophe)
Change-Id: I652dc63cc0e8fb04d7c3115d66d60dabda60f0f4
Diffstat (limited to 'starmath/uiconfig')
-rw-r--r-- | starmath/uiconfig/smath/ui/smathsettings.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/uiconfig/smath/ui/smathsettings.ui b/starmath/uiconfig/smath/ui/smathsettings.ui index 02b31a9739ab..63d7f7f1346e 100644 --- a/starmath/uiconfig/smath/ui/smathsettings.ui +++ b/starmath/uiconfig/smath/ui/smathsettings.ui @@ -239,7 +239,7 @@ <property name="spacing">6</property> <child> <object class="GtkCheckButton" id="norightspaces"> - <property name="label" translatable="yes">Ig_nore ~ and ` at the end of the line</property> + <property name="label" translatable="yes">Ig_nore ~~ and ' at the end of the line</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |