diff options
author | Andras Timar <andras.timar@collabora.com> | 2018-09-28 12:39:09 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2018-09-28 19:39:28 +0200 |
commit | b6b400396f92f51f76afa0788275ef01b7a11f6b (patch) | |
tree | c2dc71e02d571fac1233461a9a4579fe05313fe6 /uui | |
parent | 990ced77a5a8c27d69d40a702b3122850dcb04f0 (diff) |
fix issues found by bin/ui-translatable.sh
Change-Id: I443aeea9dd21e34110307e9ef5f9db4b13c50b39
Reviewed-on: https://gerrit.libreoffice.org/61080
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'uui')
-rw-r--r-- | uui/uiconfig/ui/authfallback.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/uiconfig/ui/authfallback.ui b/uui/uiconfig/ui/authfallback.ui index c10cbe515890..49bad524293e 100644 --- a/uui/uiconfig/ui/authfallback.ui +++ b/uui/uiconfig/ui/authfallback.ui @@ -78,7 +78,7 @@ <child> <object class="GtkLabel" id="google_prefix_label"> <property name="can_focus">False</property> - <property name="label">G-</property> + <property name="label" translatable="no">G-</property> </object> <packing> <property name="expand">False</property> |