diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2014-11-30 21:56:26 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-01 09:18:29 +0000 |
commit | 7d28127c738f68ddefb318858438b159321b8a05 (patch) | |
tree | c3cca676ef8055ad87aabab4f774fb494ac14caf /cui/uiconfig | |
parent | 97d9e5297b563cddb19f9df2682cb3ef23c99229 (diff) |
fdo#86871 (part) replace ... in buttons
These are for cui/uiconfig/ui.po as in Pootle
Replace ... with more meaningful words
Change-Id: I6d841d9865eba54573c4ed4002652fd1e4c9f2aa
Reviewed-on: https://gerrit.libreoffice.org/13233
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/databaselinkdialog.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/fmsearchdialog.ui | 5 | ||||
-rw-r--r-- | cui/uiconfig/ui/numberingoptionspage.ui | 3 | ||||
-rw-r--r-- | cui/uiconfig/ui/optemailpage.ui | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/cui/uiconfig/ui/databaselinkdialog.ui b/cui/uiconfig/ui/databaselinkdialog.ui index 24def04105d4..059bc80199a6 100644 --- a/cui/uiconfig/ui/databaselinkdialog.ui +++ b/cui/uiconfig/ui/databaselinkdialog.ui @@ -86,7 +86,7 @@ <property name="column_spacing">12</property> <child> <object class="GtkButton" id="browse"> - <property name="label" translatable="yes">...</property> + <property name="label" translatable="yes">Browse...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> diff --git a/cui/uiconfig/ui/fmsearchdialog.ui b/cui/uiconfig/ui/fmsearchdialog.ui index 7a5b68e8f616..db5ce59de75f 100644 --- a/cui/uiconfig/ui/fmsearchdialog.ui +++ b/cui/uiconfig/ui/fmsearchdialog.ui @@ -531,7 +531,7 @@ </child> <child> <object class="GtkButton" id="SoundsLikeCJKSettings"> - <property name="label" translatable="yes">...</property> + <property name="label" translatable="yes">Similarities...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -572,12 +572,13 @@ </child> <child> <object class="GtkButton" id="pbApproxSettings"> - <property name="label" translatable="yes">...</property> + <property name="label" translatable="yes">Similarities...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">center</property> <property name="valign">end</property> + <property name="yalign">0.41999998688697815</property> </object> <packing> <property name="left_attach">1</property> diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui index c0e1468e0406..c3430a6be0fc 100644 --- a/cui/uiconfig/ui/numberingoptionspage.ui +++ b/cui/uiconfig/ui/numberingoptionspage.ui @@ -565,11 +565,10 @@ </child> <child> <object class="GtkButton" id="bullet"> - <property name="label" translatable="yes">...</property> + <property name="label" translatable="yes">Select...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="halign">start</property> </object> <packing> <property name="left_attach">1</property> diff --git a/cui/uiconfig/ui/optemailpage.ui b/cui/uiconfig/ui/optemailpage.ui index 2bfd0c5bbe3a..3a5834107615 100644 --- a/cui/uiconfig/ui/optemailpage.ui +++ b/cui/uiconfig/ui/optemailpage.ui @@ -50,7 +50,7 @@ </child> <child> <object class="GtkButton" id="browse"> - <property name="label" translatable="yes">...</property> + <property name="label" translatable="yes">Browse...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |