diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-02-01 15:41:31 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-02-02 14:03:38 +0100 |
commit | b1aeed14f045de442024cc5fc8c2b67b8690fb27 (patch) | |
tree | cb4ce0cc11ad146aced6e0fa3f0cc255b8d5ca2b /dbaccess | |
parent | 8b3aa6c866a3e5534c1c6d175b324e45826da491 (diff) |
tdf#86871 Replace ellipsis w/ meaningful label
Change-Id: I7297d80d369e67762ebfa50fff208332a9096107
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110268
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/uiconfig/ui/fielddescpage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/uiconfig/ui/fielddescpage.ui b/dbaccess/uiconfig/ui/fielddescpage.ui index 43fc1b915186..b6b7ad90b8b2 100644 --- a/dbaccess/uiconfig/ui/fielddescpage.ui +++ b/dbaccess/uiconfig/ui/fielddescpage.ui @@ -169,7 +169,7 @@ </child> <child> <object class="GtkButton" id="FormatButton"> - <property name="label" translatable="yes" context="fielddescpage|STR_BUTTON_FORMAT">_...</property> + <property name="label" translatable="yes" context="fielddescpage|STR_BUTTON_FORMAT">_Format Field</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="no_show_all">True</property> |