diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2018-04-03 17:19:36 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-04-07 14:02:18 +0200 |
commit | a2f7eb5f8ea7f3ae50aea72de8b15c3364493285 (patch) | |
tree | 16f5015f08669e179373d4c6cc9bfdfc0f0cbec4 /sc/inc/strings.hrc | |
parent | b5ede834dece9e5ece3e525f610912984c60661b (diff) |
tdf#89453 - Improve the wording of "Paste Special" options
User fiendly captions with short names in parenthesis
Change-Id: I07a1effa5b03423c4b48e6ca6066f7d1e3445248
Reviewed-on: https://gerrit.libreoffice.org/52336
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'sc/inc/strings.hrc')
-rw-r--r-- | sc/inc/strings.hrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc index 29ee57ae53f8..7c3890a3ff4e 100644 --- a/sc/inc/strings.hrc +++ b/sc/inc/strings.hrc @@ -24,7 +24,8 @@ // Strings for interface names ------------------------------------------- -#define SCSTR_LONG_SCDOC_NAME NC_("SCSTR_LONG_SCDOC_NAME", "%PRODUCTNAME %PRODUCTVERSION Spreadsheet") +#define SCSTR_LONG_SCDOC_NAME_60 NC_("SCSTR_LONG_SCDOC_NAME", "%PRODUCTNAME Spreadsheet format (calc6)") +#define SCSTR_LONG_SCDOC_NAME_80 NC_("SCSTR_LONG_SCDOC_NAME", "%PRODUCTNAME %PRODUCTVERSION Spreadsheet") #define SCSTR_SHORT_SCDOC_NAME NC_("SCSTR_SHORT_SCDOC_NAME", "Spreadsheet") #define SCSTR_UNDEFINED NC_("SCSTR_UNDEFINED", "- undefined -") #define SCSTR_NONE NC_("SCSTR_NONE", "- none -") |