diff options
author | Abhyudaya Sharma <sharmaabhyudaya@gmail.com> | 2018-07-04 13:49:16 +0530 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-07-04 12:08:41 +0200 |
commit | 1413cd01ae4a7962902c03d56838bdb5cd299be7 (patch) | |
tree | ef8c293bf29e2caf630689541d88a436b21b0471 /sd | |
parent | 0307a62790b33ee0c02c2323a8f759e53e2035a4 (diff) |
tdf#118369 Add Ellipsis to "Insert Image"
Adds ellipsis to "Insert Image" in Impress Slide properties sidebar.
Change-Id: I8f93d35e7fbb217cd10e9a549397d816a3e164f6
Reviewed-on: https://gerrit.libreoffice.org/56929
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/sidebarslidebackground.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui index 0a41f09f9313..a3920c9b055f 100644 --- a/sd/uiconfig/simpress/ui/sidebarslidebackground.ui +++ b/sd/uiconfig/simpress/ui/sidebarslidebackground.ui @@ -123,7 +123,7 @@ </child> <child> <object class="GtkButton" id="button2"> - <property name="label" translatable="yes" context="sidebarslidebackground|button2">Insert Image</property> + <property name="label" translatable="yes" context="sidebarslidebackground|button2">Insert Image...</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |