diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-01-22 10:34:56 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2020-01-22 14:13:16 +0100 |
commit | 0970b8b652835001076d14138a54b4add1b93a93 (patch) | |
tree | 54877b4c5758ee6805ebfa9dc9855bb6649cc430 | |
parent | 0c84c60f48cf681daf467c0678a768711f22e5c3 (diff) |
tdf#129786 give correct title for Draw dialog box
Change-Id: Ied53edf066ce8a554899848f261a272f812121cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87180
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
-rw-r--r-- | sd/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index 1eeb0c178976..fe3e182f2b2f 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -264,7 +264,7 @@ #define STR_NAVIGATOR_SHOW_NAMED_SHAPES NC_("STR_NAVIGATOR_SHOW_NAMED_SHAPES", "Named shapes") #define STR_NAVIGATOR_SHOW_ALL_SHAPES NC_("STR_NAVIGATOR_SHOW_ALL_SHAPES", "All shapes") #define STR_NAVIGATOR_SHAPE_BASE_NAME NC_("STR_NAVIGATOR_SHAPE_BASE_NAME", "Shape %1") -#define STR_SET_BACKGROUND_PICTURE NC_("STR_SET_BACKGROUND_PICTURE", "Set Background Image for Slide ..." ) +#define STR_SET_BACKGROUND_PICTURE NC_("STR_SET_BACKGROUND_PICTURE", "Set Background Image" ) #define RID_ANNOTATIONS_START NC_("RID_ANNOTATIONS_START", "Comments") #define STR_RESET_LAYOUT NC_("STR_RESET_LAYOUT", "Reset Slide Layout") #define STR_INSERT_TABLE NC_("STR_INSERT_TABLE", "Insert Table") |