diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-05-09 12:23:39 -0300 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2019-05-09 23:39:31 +0200 |
commit | 9add9b231baa889d829b5e208eee55315b66299e (patch) | |
tree | 63c136642b660a6bc7aced3d082733dc6f54bbf6 /sw/uiconfig | |
parent | 332138fbfe4d40f6d871f1e6fa900de8e0f3116f (diff) |
tdf#124343 Make string translatable
Turn standard button translatable.
Change-Id: I042846b0377adade66eb9bb8b4a3b3bef829a9f4
Reviewed-on: https://gerrit.libreoffice.org/72061
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/characterproperties.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/characterproperties.ui b/sw/uiconfig/swriter/ui/characterproperties.ui index db760c112deb..feb8bbaac6e6 100644 --- a/sw/uiconfig/swriter/ui/characterproperties.ui +++ b/sw/uiconfig/swriter/ui/characterproperties.ui @@ -38,7 +38,7 @@ </child> <child> <object class="GtkButton" id="standard"> - <property name="label" translatable="no">_Standard</property> + <property name="label" translatable="yes" context="characterproperties|standard">_Standard</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |