diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-12-10 16:35:26 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2016-12-10 23:58:50 +0000 |
commit | 9fb706f9fe216f6157b9052bc42a0601d8ae52d5 (patch) | |
tree | 0a07daec8cc7a145130db144809ed4973060ac18 /svx | |
parent | f4732872aaba09c3d5b7cebb9af6bc7b7be534d4 (diff) |
Remove superfluous jargon from user visible string
No idea what “CTL” is supposed to convey here, they do not even look as
well formed strings.
Change-Id: I424072fb5efdecd9115649dd3abbd4e9d5dc032c
Reviewed-on: https://gerrit.libreoffice.org/31837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index e8dc7e12cb2c..733fc52d8cb7 100644 --- a/svx/uiconfig/ui/findreplacedialog.ui +++ b/svx/uiconfig/ui/findreplacedialog.ui @@ -732,7 +732,7 @@ </child> <child> <object class="GtkCheckButton" id="ignorediacritics"> - <property name="label" translatable="yes">Ignore diac_ritics CTL</property> + <property name="label" translatable="yes">Ignore diac_ritics</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -747,7 +747,7 @@ </child> <child> <object class="GtkCheckButton" id="ignorekashida"> - <property name="label" translatable="yes">Ignore _kashida CTL</property> + <property name="label" translatable="yes">Ignore _kashida</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |