diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-11-23 08:51:43 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-11-23 08:51:43 +0100 |
commit | 666eb88b3125e8d62e05f6e0fc75cc6653ab42d5 (patch) | |
tree | 77e3fe390b38e1bf1720178f7462ba63c9eb2ca0 /sfx2 | |
parent | 1a4cb47b27c059d92b4e94b249ca3974b72b35da (diff) |
make strings localizable
Change-Id: Ic74b55b12926a23e9e98308407a88e73dc9cb0c7
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/safemodequerydialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/safemodequerydialog.ui b/sfx2/uiconfig/ui/safemodequerydialog.ui index 8a246910dd9f..60d6b3a426ed 100644 --- a/sfx2/uiconfig/ui/safemodequerydialog.ui +++ b/sfx2/uiconfig/ui/safemodequerydialog.ui @@ -37,7 +37,7 @@ </child> <child> <object class="GtkButton" id="restart"> - <property name="label">_Restart</property> + <property name="label" translatable="yes">_Restart</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |