Skip to content

Commit

Permalink
Remove superfluous jargon from user visible string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
khaledhosny committed Dec 10, 2016
1 parent f473287 commit 9fb706f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svx/uiconfig/ui/findreplacedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 9fb706f

Please sign in to comment.