diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-03-24 12:41:57 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-03-24 19:53:34 +0100 |
commit | c18179cf80516f1eca9629a0a8b888e0ca67a020 (patch) | |
tree | 0e7bfc62ba8932a0d46556714291b4444c8cb650 /cui/uiconfig | |
parent | 0321a639837da7c2ce7ad2f66a7536a5b4a07c6c (diff) |
Make some .ui strings translatable / not translatable
Found with bin/ui-translatable.sh
Change-Id: I63d613a946c32821c836aaeda897b9713cc681f7
Reviewed-on: https://gerrit.libreoffice.org/69595
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/personalization_tab.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/personalization_tab.ui b/cui/uiconfig/ui/personalization_tab.ui index 56ae2dfb089a..cef5483dc108 100644 --- a/cui/uiconfig/ui/personalization_tab.ui +++ b/cui/uiconfig/ui/personalization_tab.ui @@ -208,7 +208,7 @@ </child> <child> <object class="GtkLinkButton" id="applied_theme_link"> - <property name="label">Applied persona's name and URL</property> + <property name="label" translatable="no">Applied persona's name and URL</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="relief">none</property> |