diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2016-12-10 16:35:26 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2016-12-11 00:00:54 +0000 |
commit | a7717bb371744ca311c5956346bc3a8a6d9807b0 (patch) | |
tree | 1cbd4836799367efc8a2cb8eeb3fcbfdf08f5d00 /svx | |
parent | 66a5b172f5bbaa1eef24c405f163b62a78f1c3cc (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>
(cherry picked from commit 9fb706f9fe216f6157b9052bc42a0601d8ae52d5)
Reviewed-on: https://gerrit.libreoffice.org/31847
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
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> |