From 2b91f6ab24a667a1d072b40e9a92399515cb3cf9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 11 Apr 2019 14:38:25 +0000 Subject: Fix typo Change-Id: I27fc9c47563ed791511915d50d83f87ebb712d8a Reviewed-on: https://gerrit.libreoffice.org/70624 Reviewed-by: himajin100000 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- cui/inc/tipoftheday.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc index 8886e63bc976..41ffd187efa2 100644 --- a/cui/inc/tipoftheday.hrc +++ b/cui/inc/tipoftheday.hrc @@ -213,7 +213,7 @@ const char* TIPOFTHEDAY_STRINGARRAY[] = NC_("RID_CUI_TIPOFTHEDAY", "LibreOffice uses Regexp ICU’s engine (International Components for Unicode)"), NC_("RID_CUI_TIPOFTHEDAY", "Calc›View›Value Highlighting displays cell contents in colors: Text/black, Formulas/green, Numbers/blue, Protected cells/grey background"), NC_("RID_CUI_TIPOFTHEDAY", "Calc: to show formulas instead of results in cells Tools›Options›Calc›View›Display›Formulas or check Format›Page›Sheet tab›Print›Formulas"), - NC_("RID_CUI_TIPOFTHEDAY", "Writer: Want to reach a page by its number? F5 to open the navigator›Type the number in the fied›Enter"), + NC_("RID_CUI_TIPOFTHEDAY", "Writer: Want to reach a page by its number? F5 to open the navigator›Type the number in the field›Enter"), NC_("RID_CUI_TIPOFTHEDAY", "With Edit›AutoText›Import you can select Word document or template, containing the AutoText entries that you want to import"), NC_("RID_CUI_TIPOFTHEDAY", "Calc can display a number or a calculation as a fraction: Format›Cells›Number tab›Category›Fraction"), NC_("RID_CUI_TIPOFTHEDAY", "To print the notes of your slides File›Print›General tab›Select Notes in the Print listbox"), -- cgit