[Libreoffice-commits] core.git: svx/uiconfig

Khaled Hosny khaledhosny at eglug.org
Sat Dec 10 23:59:20 UTC 2016


 svx/uiconfig/ui/findreplacedialog.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9fb706f9fe216f6157b9052bc42a0601d8ae52d5
Author: Khaled Hosny <khaledhosny at eglug.org>
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 <ci at libreoffice.org>
    Reviewed-by: Khaled Hosny <khaledhosny at eglug.org>

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>


More information about the Libreoffice-commits mailing list