summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-10-02 09:16:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-10-02 16:00:47 +0200
commit80e840a5208a822aa92ae5869ce34fe0dad8c63e (patch)
treea1cc9c8f9b208621d6cc325dc524ff9685c405ad /sd
parenta8454eb805dfe3cddcef39189af126f5ca34295f (diff)
tdf#120227 'standard' button missing from .ui
and 'standard' just has to exist, doesn't need to be translatable Change-Id: I1e5157781ea81c40952c462253a2e3d53557aecb Reviewed-on: https://gerrit.libreoffice.org/61229 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/uiconfig/simpress/ui/templatedialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/templatedialog.ui b/sd/uiconfig/simpress/ui/templatedialog.ui
index 23f96aa513b4..8ab22be072a1 100644
--- a/sd/uiconfig/simpress/ui/templatedialog.ui
+++ b/sd/uiconfig/simpress/ui/templatedialog.ui
@@ -77,7 +77,7 @@
</child>
<child>
<object class="GtkButton" id="standard">
- <property name="label" translatable="yes" context="templatedialog|standard">_Standard</property>
+ <property name="label" translatable="no">_Standard</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>