diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-11 14:37:45 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-12 08:42:03 +0200 |
commit | d80eb7640a06f46569f455d12adb7d954291ad97 (patch) | |
tree | 942fe563b6a0bcab278fb90c365d7f80dabf521b /cui/inc | |
parent | 95261be55ecf4cc6e57fc2bdf70530c41c18e697 (diff) |
Fix typo
Change-Id: I578e3801aa7ddc424d9e4e9c6da7ff7231f49ee6
Reviewed-on: https://gerrit.libreoffice.org/70626
Tested-by: Jenkins
Reviewed-by: himajin100000 <himajin100000@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui/inc')
-rw-r--r-- | cui/inc/tipoftheday.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc index d4372afae795..6c533467fcc2 100644 --- a/cui/inc/tipoftheday.hrc +++ b/cui/inc/tipoftheday.hrc @@ -233,7 +233,7 @@ const char* TIPOFTHEDAY_STRINGARRAY[] = NC_("RID_CUI_TIPOFTHEDAY", "Search by default in several sheets, select them before you start the search"), NC_("RID_CUI_TIPOFTHEDAY", "Want to change spell checking for some part of the text? Click in the language zone of the status bar or better, apply a style"), NC_("RID_CUI_TIPOFTHEDAY", "You don't like the selection color ? Uncheck or modify Tools›Options›LibreOffice›View›Selection›Transparency"), - NC_("RID_CUI_TIPOFTHEDAY", "Calc: a date is a formated number of days since a date origin. An hour is a day divided by 24: noon = 0.5"), + NC_("RID_CUI_TIPOFTHEDAY", "Calc: a date is a formatted number of days since a date origin. An hour is a day divided by 24: noon = 0.5"), NC_("RID_CUI_TIPOFTHEDAY", "Need custom contents for metadata properties? File›Properties›Custom Properties tab lets you create what you want"), NC_("RID_CUI_TIPOFTHEDAY", "Customize›ToolbarModify›Change Icon›Import to use your icons for toolbars (only PNG file format and 16x16 or 26x26 pixels)"), NC_("RID_CUI_TIPOFTHEDAY", "Insert your metadata in your Writer document: Insert›Fields›Other›Document or DocInformation tabs"), |