diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-02-17 13:18:08 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-02-19 04:24:40 +0100 |
commit | 0268646db67acc08f17d5905ddea0fc8503d7e8e (patch) | |
tree | 7d547c8990b398eda525339e1407a4bdc8fe19f6 /sw/uiconfig | |
parent | 791aeac1e492d3f3b6c99fa480226c0b2cc4f7d6 (diff) |
add colon to label with buddy control in "Rename object" dialogbox
Change-Id: I93fc87ee8d0d1a4546fbe2e7c9f9adae0e092811
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88792
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/renameobjectdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/renameobjectdialog.ui b/sw/uiconfig/swriter/ui/renameobjectdialog.ui index f24f42ffe7cd..c391ea41204f 100644 --- a/sw/uiconfig/swriter/ui/renameobjectdialog.ui +++ b/sw/uiconfig/swriter/ui/renameobjectdialog.ui @@ -103,7 +103,7 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="renameobjectdialog|label2">New name</property> + <property name="label" translatable="yes" context="renameobjectdialog|label2">New name:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">entry</property> <property name="xalign">0</property> |