summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-11-17 10:55:50 +0100
committerAndras Timar <andras.timar@collabora.com>2013-11-17 10:55:50 +0100
commitaecc0d723f707bc827643b361e6970be63445258 (patch)
tree1fa2b812048a4e65252c0d09635973acdae204a1 /dbaccess
parentee8b9849466e202c913baefaf81de0ed06cdab66 (diff)
missing translatable="yes" attributes
Change-Id: I138c8f245e4bfb2f23dd4cd8a629d8e5e3aac56b
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/uiconfig/ui/directsqldialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/uiconfig/ui/directsqldialog.ui b/dbaccess/uiconfig/ui/directsqldialog.ui
index ccb86c431a21..5cf33f55ee82 100644
--- a/dbaccess/uiconfig/ui/directsqldialog.ui
+++ b/dbaccess/uiconfig/ui/directsqldialog.ui
@@ -123,7 +123,7 @@
</child>
<child>
<object class="GtkButton" id="execute">
- <property name="label">_Execute</property>
+ <property name="label" translatable="yes">_Execute</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>