diff options
author | Andras Timar <atimar@suse.com> | 2013-05-25 17:26:49 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-05-25 17:27:29 +0200 |
commit | 05eaada40d22ca02cebd1392e44beabcdd8d3964 (patch) | |
tree | 6195d01f39db0fd391f49962e41486571091d4e2 /dbaccess/uiconfig | |
parent | 3f42e3196f3b574afbf7d0df022dd68271cab0dc (diff) |
translatable="yes" for some elements in .ui files
Change-Id: I915cd6e73f907850f17b102c7860a827b91eef37
Diffstat (limited to 'dbaccess/uiconfig')
-rw-r--r-- | dbaccess/uiconfig/ui/generalpagewizard.ui | 2 | ||||
-rw-r--r-- | dbaccess/uiconfig/ui/querypropertiesdialog.ui | 4 |
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> |