[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - 2 commits - cui/inc
Olivier Hallot (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 5 07:14:57 UTC 2019
cui/inc/tipoftheday.hrc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 56777c77bc852c868b82b49bfa235fb8c12b5410
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sat Jun 1 14:56:55 2019 +0200
Commit: Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Wed Jun 5 09:14:29 2019 +0200
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 at gmail.com>
(cherry picked from commit 27cd31a75ba3db4871ca47bda46cc0f915221914)
Reviewed-on: https://gerrit.libreoffice.org/73456
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"},
commit 073d590d68ad423100eb9da3a4d44ac317e16a97
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Tue May 28 12:58:21 2019 -0300
Commit: Heiko Tietze <tietze.heiko at gmail.com>
CommitDate: Wed Jun 5 09:14:17 2019 +0200
TOTD: Fix tip contents
Draw and Impress have different menus names
Change-Id: I8e0dec96e3b52f87bb5e7430f21c96f3b4a681a5
Reviewed-on: https://gerrit.libreoffice.org/73117
Reviewed-by: Heiko Tietze <tietze.heiko at gmail.com>
Tested-by: Jenkins
(cherry picked from commit ef2a96fb236369271cb0f06451f02f0cca4d1569)
Reviewed-on: https://gerrit.libreoffice.org/73455
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 1b314e36ed04..eaae59cde544 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -130,7 +130,7 @@ const std::tuple<const char*, OUString, OUString> TIPOFTHEDAY_STRINGARRAY[] =
{ NC_("RID_CUI_TIPOFTHEDAY", "Apply Heading paragraph styles in Writer with shortcut keys: Ctrl+1 applies Heading 1, Ctrl+2 applies Heading 2, etc."), "", "tipoftheday_w.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Mix portrait and landscape orientations in a Calc spreadsheet by applying different page styles on sheets."), "", "tipoftheday_c.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Create different master pages in a presentation template: View > Master Slide and Slide > New Master (or per toolbar or right click in slide pane)."), "", "tipoftheday_i.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "Use Format > Page > 'Fit object to paper format' in Draw/Impress to resize the objects so that they fit on your chosen paper format."), "", "tipoftheday_d.png"},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Use Page/Slide > Properties > 'Fit object to paper format' in Draw/Impress to resize the objects so that they fit on your chosen paper format."), "", "tipoftheday_d.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "To modify an AutoPlay presentation, open it and after it starts, right click and select Edit in the context menu."), "", "tipoftheday_i.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Rename your slides in Impress to help you define 'Go to page' interactions and to have a summary more explicit than Slide1, Slide2…"), "", "tipoftheday_i.png"},
{ NC_("RID_CUI_TIPOFTHEDAY", "Play music throughout a slideshow by assigning the sound to the first slide transition without clicking the ‘Apply to All Slides’ button."), "", "tipoftheday_i.png"},
More information about the Libreoffice-commits
mailing list