summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-25 17:26:49 +0200
committerAndras Timar <atimar@suse.com>2013-05-25 17:29:08 +0200
commit2f5a4b914daac00c8881ca69783c879d074fed9d (patch)
treef83bf3164d4f2af8b5660c70f5f3e2430d820f2d /dbaccess
parentd294d12693cd363340592dc3185d75896b06fd07 (diff)
translatable="yes" for some elements in .ui files
Conflicts: starmath/uiconfig/smath/ui/alignmentdialog.ui starmath/uiconfig/smath/ui/spacingdialog.ui Change-Id: I915cd6e73f907850f17b102c7860a827b91eef37
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/uiconfig/ui/generalpagewizard.ui2
-rw-r--r--dbaccess/uiconfig/ui/querypropertiesdialog.ui4
2 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/uiconfig/ui/generalpagewizard.ui b/dbaccess/uiconfig/ui/generalpagewizard.ui
index 95025e718bef..0e41080c64d2 100644
--- a/dbaccess/uiconfig/ui/generalpagewizard.ui
+++ b/dbaccess/uiconfig/ui/generalpagewizard.ui
@@ -136,7 +136,7 @@
</child>
<child>
<object class="dbulo-OpenDocumentButton" id="openDatabase">
- <property name="label">Open</property>
+ <property name="label" translatable="yes">Open</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
diff --git a/dbaccess/uiconfig/ui/querypropertiesdialog.ui b/dbaccess/uiconfig/ui/querypropertiesdialog.ui
index 6f55af2facdd..ddd59367bde0 100644
--- a/dbaccess/uiconfig/ui/querypropertiesdialog.ui
+++ b/dbaccess/uiconfig/ui/querypropertiesdialog.ui
@@ -118,7 +118,7 @@
<property name="layout_style">start</property>
<child>
<object class="GtkRadioButton" id="distinct">
- <property name="label">Yes</property>
+ <property name="label" translatable="yes">Yes</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -134,7 +134,7 @@
</child>
<child>
<object class="GtkRadioButton" id="nondistinct">
- <property name="label">No</property>
+ <property name="label" translatable="yes">No</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>