diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-11-17 10:27:13 +0400 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-11-17 12:50:20 +0100 |
commit | a2ed9435273d880e41b4d9196a37bfbf7f43d068 (patch) | |
tree | e902ed1cf59cf21835b0fd39bac58fd77a87acbb /cui | |
parent | 2337797936eb53ac088ad7b5243d5fd8dfbfa31e (diff) |
l10n: dont translate non-text character tab fill characters
Change-Id: I529fe96d98e85119373e220ba8ddd7a4d4629a7c
Reviewed-on: https://gerrit.libreoffice.org/44858
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/paratabspage.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/paratabspage.ui b/cui/uiconfig/ui/paratabspage.ui index 56344137082e..39bf028120d1 100644 --- a/cui/uiconfig/ui/paratabspage.ui +++ b/cui/uiconfig/ui/paratabspage.ui @@ -331,7 +331,7 @@ </child> <child> <object class="GtkRadioButton" id="radiobuttonBTN_FILLCHAR_POINTS"> - <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_FILLCHAR_POINTS">_........</property> + <property name="label" context="paratabspage|radiobuttonBTN_FILLCHAR_POINTS">_........</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -348,7 +348,7 @@ </child> <child> <object class="GtkRadioButton" id="radiobuttonBTN_FILLCHAR_DASHLINE"> - <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_FILLCHAR_DASHLINE">_--------</property> + <property name="label" context="paratabspage|radiobuttonBTN_FILLCHAR_DASHLINE">_--------</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -365,7 +365,7 @@ </child> <child> <object class="GtkRadioButton" id="radiobuttonBTN_FILLCHAR_UNDERSCORE"> - <property name="label" translatable="yes" context="paratabspage|radiobuttonBTN_FILLCHAR_UNDERSCORE">______</property> + <property name="label" context="paratabspage|radiobuttonBTN_FILLCHAR_UNDERSCORE">______</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |