diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-08-26 18:10:57 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-08-26 18:10:57 -0500 |
commit | 1a271ebc59eb690ddff1a65b3756cbe11378e17b (patch) | |
tree | 30e3aadfc0b07ee637bfc2396437871e05cfe691 /include/sfx2 | |
parent | 1124a4253b46be23577fbb0694fea7918464d900 (diff) |
Checkboxes don’t use title case, only section headings and menus
Change-Id: If54fdd732d05a99fb06ea5dd8d31345dc0f6192a
Diffstat (limited to 'include/sfx2')
-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 6d871b648d4f..322f5b23667f 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -209,7 +209,7 @@ #define STR_ERROR_WRONG_CONFIRM NC_("STR_ERROR_WRONG_CONFIRM", "Faulty password confirmation") #define STR_PDF_EXPORT_SEND NC_("STR_PDF_EXPORT_SEND", "Send") #define STR_FONT_TABPAGE NC_("STR_FONT_TABPAGE", "Font") -#define STR_PREVIEW_CHECKBOX NC_("STR_PREVIEW_CHECKBOX", "Show Previews") +#define STR_PREVIEW_CHECKBOX NC_("STR_PREVIEW_CHECKBOX", "Show previews") #define STR_VIEWVERSIONCOMMENT NC_("STR_VIEWVERSIONCOMMENT", "View Version Comment") #define STR_NO_NAME_SET NC_("STR_NO_NAME_SET", "(no name set)") |