diff options
| author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-13 14:09:33 +0100 |
|---|---|---|
| committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-13 15:07:35 +0100 |
| commit | 3bbdf715208289554c016ac20beccfc5695d5e3d (patch) | |
| tree | 5934e259345818c7b35d2d6e33948bd6ac448c57 | |
| parent | 6ae7b9d40ca24c9c9fbad6346a4dd9112894dc49 (diff) | |
tdf#116354 Termchange: Picture -> Image
Change-Id: I01a87ca6647a6e7dba4c20d20c2e3120c2a96feb
Reviewed-on: https://gerrit.libreoffice.org/51218
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
| -rw-r--r-- | sw/inc/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 4144f809cd96..2dbf824d1f5f 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -566,7 +566,7 @@ #define STR_PRINTOPTUI_PRODUCTNAME NC_("STR_PRINTOPTUI_PRODUCTNAME", "%PRODUCTNAME %s") #define STR_PRINTOPTUI_CONTENTS NC_("STR_PRINTOPTUI_CONTENTS", "Contents") #define STR_PRINTOPTUI_PAGE_BACKGROUND NC_("STR_PRINTOPTUI_PAGE_BACKGROUND", "Page ba~ckground") -#define STR_PRINTOPTUI_PICTURES NC_("STR_PRINTOPTUI_PICTURES", "P~ictures and other graphic objects") +#define STR_PRINTOPTUI_PICTURES NC_("STR_PRINTOPTUI_PICTURES", "~Images and other graphic objects") #define STR_PRINTOPTUI_HIDDEN NC_("STR_PRINTOPTUI_HIDDEN", "Hidden te~xt") #define STR_PRINTOPTUI_TEXT_PLACEHOLDERS NC_("STR_PRINTOPTUI_TEXT_PLACEHOLDERS", "~Text placeholders") #define STR_PRINTOPTUI_FORM_CONTROLS NC_("STR_PRINTOPTUI_FORM_CONTROLS", "Form control~s") |
