diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2014-12-06 20:15:10 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-09 09:19:58 +0000 |
commit | b3d0757ff3a3bad9bfd05fd287f7f9bc7ae26eab (patch) | |
tree | 659a6bf39f16852afe34c09dd032f81feeef4826 /sc | |
parent | d4673820ad9194a25cd1990c179eee202309bd04 (diff) |
fdo#86871 (part) replace "..." in UI buttons
Replace single ellipsis in buttons of sc/
Change-Id: Iace6689aba7d57c6d72074118521907bf67d6f26
Reviewed-on: https://gerrit.libreoffice.org/13339
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/datastreams.ui | 4 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/externaldata.ui | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/datastreams.ui b/sc/uiconfig/scalc/ui/datastreams.ui index 2a294387cb5f..be7b25a52994 100644 --- a/sc/uiconfig/scalc/ui/datastreams.ui +++ b/sc/uiconfig/scalc/ui/datastreams.ui @@ -80,7 +80,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> @@ -408,7 +408,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="invisible_char">●</property> - <property name="text" translatable="no">1000</property> + <property name="text">1000</property> </object> <packing> <property name="left_attach">1</property> diff --git a/sc/uiconfig/scalc/ui/externaldata.ui b/sc/uiconfig/scalc/ui/externaldata.ui index 1c2791c89350..80d283d2e0f2 100644 --- a/sc/uiconfig/scalc/ui/externaldata.ui +++ b/sc/uiconfig/scalc/ui/externaldata.ui @@ -134,7 +134,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> |