summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2019-06-01 14:56:55 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2019-06-05 09:14:29 +0200
commit56777c77bc852c868b82b49bfa235fb8c12b5410 (patch)
tree278e8eca4349bd7c3a08126fa7c0d52f3c7e5deb /cui
parent073d590d68ad423100eb9da3a4d44ac317e16a97 (diff)
TOTD Specify that tip is for Calc
Change-Id: Ia77b5a407693802f408cd7d28d50962ae1c746e7 Reviewed-on: https://gerrit.libreoffice.org/73308 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com> (cherry picked from commit 27cd31a75ba3db4871ca47bda46cc0f915221914) Reviewed-on: https://gerrit.libreoffice.org/73456
Diffstat (limited to 'cui')
-rw-r--r--cui/inc/tipoftheday.hrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index eaae59cde544..8b168c4b5dc4 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -197,7 +197,7 @@ const std::tuple<const char*, OUString, OUString> TIPOFTHEDAY_STRINGARRAY[] =
{ NC_("RID_CUI_TIPOFTHEDAY", "Don't get lost in large documents. Use the Navigator (F5) to find your way through the content."), "", ""},
{ NC_("RID_CUI_TIPOFTHEDAY", "You can use styles to make the tables in your document consistent. Choose one from the predefined per Styles (F11) or via Table > AutoFormat."), "", "tipoftheday_w.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Want to select a large range of cells without scrolling? Type the range reference (e.g. A1:A1000) in the name box then Enter"), "", "tipoftheday_w.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "Want to center cells on a printed page? Format > Page, Page > Layout settings > Table alignment."), "", "tipoftheday_c.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Want to center cells on a printed page in Calc? Format > Page, Page > Layout settings > Table alignment."), "", "tipoftheday_c.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "You can show formulas instead of results with View > Show Formula (or Tools > Options > %PRODUCTNAME Calc > View > Display > Formulas)."), "", "tipoftheday_c.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Want to jump to a particular page by its number? Click the left-most statusbar entry or use Edit > Go To Pageā€¦ or press Ctrl+G."), "", "tipoftheday_w.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "With Tools > AutoText > AutoText > Import you can select Word document or template containing the AutoText entries that you want to import."), "", "tipoftheday_w.png"},