[Libreoffice-commits] core.git: include/sfx2

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Aug 26 23:13:46 UTC 2018


 include/sfx2/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a271ebc59eb690ddff1a65b3756cbe11378e17b
Author:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
AuthorDate: Sun Aug 26 18:10:57 2018 -0500
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Sun Aug 26 18:10:57 2018 -0500

    Checkboxes don’t use title case, only section headings and menus
    
    Change-Id: If54fdd732d05a99fb06ea5dd8d31345dc0f6192a

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)")


More information about the Libreoffice-commits mailing list