svx/uiconfig/ui/findreplacedialog.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit a7717bb371744ca311c5956346bc3a8a6d9807b0 Author: Khaled Hosny <[email protected]> Date: Sat Dec 10 16:35:26 2016 +0200 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 <[email protected]> Reviewed-by: Khaled Hosny <[email protected]> (cherry picked from commit 9fb706f9fe216f6157b9052bc42a0601d8ae52d5) Reviewed-on: https://gerrit.libreoffice.org/31847 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Adolfo Jayme Barrientos <[email protected]> diff --git a/svx/uiconfig/ui/findreplacedialog.ui b/svx/uiconfig/ui/findreplacedialog.ui index e8dc7e1..733fc52 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>
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
