diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-11-20 14:29:34 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-11-20 15:15:46 +0100 |
commit | eb55a2cf1acf188b1ce640d7d01a573c5e8c45bb (patch) | |
tree | d30773e00429d8788da9856938786f0ed88a2f76 /cui | |
parent | b6937a5c9d99dd1e7110d01f69923f45047259fe (diff) |
l10n: dont translate non-text character tab fill characters (2)
Change-Id: Ib46cef900e681664e50b06c2e4a5af2b63a8f83f
Reviewed-on: https://gerrit.libreoffice.org/44953
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Tested-by: Gabor Kelemen <kelemeng@ubuntu.com>
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 39bf028120d1..2b6083c7ffdf 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" context="paratabspage|radiobuttonBTN_FILLCHAR_POINTS">_........</property> + <property name="label" translatable="no" 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" context="paratabspage|radiobuttonBTN_FILLCHAR_DASHLINE">_--------</property> + <property name="label" translatable="no" 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" context="paratabspage|radiobuttonBTN_FILLCHAR_UNDERSCORE">______</property> + <property name="label" translatable="no" context="paratabspage|radiobuttonBTN_FILLCHAR_UNDERSCORE">______</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |