diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-05-31 15:22:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-06-01 11:45:26 +0200 |
commit | f51544e43e2a5e2beb8d1c82f2463e3c0224e00c (patch) | |
tree | 763c3b2e0dcdd8220b6050f0d902e1f55547a69d /include | |
parent | 05a06f4ebe89184d8006b9488752bc55378b62fd (diff) |
Related: rhbz#1715109 'All formats->All images'
because it lists just image formats, not all formats.
"image" is what seems to be the word of the moment for graphics/pictures/etc so
use that
Change-Id: I85c8abd11a121ce000f2850857a967fada11e809
Reviewed-on: https://gerrit.libreoffice.org/73275
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index 7c01fd0173df..98e547d2b515 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -186,7 +186,7 @@ #define STR_SFX_EXPLORERFILE_EXPORT NC_("STR_SFX_EXPLORERFILE_EXPORT", "Export") #define STR_SFX_EXPLORERFILE_INSERT NC_("STR_SFX_EXPLORERFILE_INSERT", "Insert") #define STR_SFX_EXPLORERFILE_BUTTONINSERT NC_("STR_SFX_EXPLORERFILE_BUTTONINSERT", "~Insert") -#define STR_SFX_IMPORT_ALL NC_("STR_SFX_IMPORT_ALL", "<All formats>") +#define STR_SFX_IMPORT_ALL_IMAGES NC_("STR_SFX_IMPORT_ALL_IMAGES", "<All images>") #define STR_PB_SAVEACOPY NC_("STR_PB_SAVEACOPY", "Save a Copy") #define STR_PB_COMPAREDOC NC_("STR_PB_COMPAREDOC", "Compare to") #define STR_PB_MERGEDOC NC_("STR_PB_MERGEDOC", "Merge with") |