Kaydet (Commit) 9add9b23 authored tarafından Olivier Hallot's avatar Olivier Hallot Kaydeden (comit) Katarina Behrens

tdf#124343 Make string translatable

Turn standard button translatable.

Change-Id: I042846b0377adade66eb9bb8b4a3b3bef829a9f4
Reviewed-on: https://gerrit.libreoffice.org/72061
Tested-by: Jenkins
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst 332138fb
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
</child> </child>
<child> <child>
<object class="GtkButton" id="standard"> <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="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="receives_default">True</property> <property name="receives_default">True</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment