[Libreoffice-commits] core.git: cui/inc officecfg/registry

2023-06-09 Thread Seth Chaiklin (via logerrit)
 cui/inc/tipoftheday.hrc |4 ++--
 officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0b1a8cc4a59fadd83bdcf13ba88bb8f68d02e106
Author: Seth Chaiklin 
AuthorDate: Tue Jun 6 11:09:59 2023 +0200
Commit: Seth Chaiklin 
CommitDate: Fri Jun 9 15:00:10 2023 +0200

tdf#125876  "Footnotes and Endnotes" -> "Footnote/Endnote Settings"

   also update command name in "tip of day" and add links to the
   dialog for the relevant tips.

Change-Id: I6dbebf3cbe405f5bd1d6d01d992cb096a5e61348
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152651
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 5816a7de3676..462be2acd570 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -119,7 +119,7 @@ const std::tuple TIPOFTHEDAY_STRINGA
  { NC_("RID_CUI_TIPOFTHEDAY", "Open a CSV file as a new sheet in the 
current spreadsheet via Sheet ▸ Sheet from file."), "", "", scalc},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can continue writing with the default 
formatting attributes after manually applying bold, italic or underline by 
pressing %MOD1+Shift+X."), "", "", swriter},
  { NC_("RID_CUI_TIPOFTHEDAY", "Use %MOD1+%MOD2+Shift+V to paste the 
contents of the clipboard as unformatted text."), "", "", swriter},
- { NC_("RID_CUI_TIPOFTHEDAY", "Customize footnote appearance with Tools ▸ 
Footnotes and Endnotes…"), "", "", swriter},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Customize footnote appearance with Tools ▸ 
Footnote/Endnote Settings…"), ".uno:FootnoteDialog", "", swriter},
  { NC_("RID_CUI_TIPOFTHEDAY", "With Slide Show ▸ Custom Slide Show, 
reorder and pick slides to fit a slideshow to the needs of your viewers."), "", 
"", simpress},
  { 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."), "", "", swriter},
  { NC_("RID_CUI_TIPOFTHEDAY", "Writer can insert a blank page between two 
odd (even) pages that follow. Check “Print automatically inserted blank pages” 
in the print dialog’s %PRODUCTNAME Writer tab."), "", "", swriter},
@@ -156,7 +156,7 @@ const std::tuple TIPOFTHEDAY_STRINGA
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to get a math object into Writer 
quickly? Type your formula, select it, and use Insert ▸ OLE Object ▸ Formula to 
convert the text."), "", "", swriter},
  { NC_("RID_CUI_TIPOFTHEDAY", "With %PRODUCTNAME it is very easy to 
install a new dictionary: they are supplied as extensions."), 
"https://extensions.libreoffice.org/?q=&Tags[]=50";, "", soffice},
  { NC_("RID_CUI_TIPOFTHEDAY", "%PRODUCTNAME has a portable version which 
gives you mobility. Even without administrator rights on your computer you can 
install %PRODUCTNAME Portable to your hard drive too."), 
"https://www.libreoffice.org/download/portable-versions/";, "", soffice},
- { NC_("RID_CUI_TIPOFTHEDAY", "Writer lets you number your footnotes per 
page, chapter, document: Tools ▸ Footnotes and Endnotes ▸ Footnotes tab ▸ 
Counting."), "", "", swriter},
+ { NC_("RID_CUI_TIPOFTHEDAY", "Writer lets you number your footnotes per 
page, chapter, document: Tools ▸ Footnote/Endnote Settings ▸ Footnotes tab ▸ 
Counting."), ".uno:FootnoteDialog", "", swriter},
  { NC_("RID_CUI_TIPOFTHEDAY", "Your Writer document does not reopen with 
the text cursor at the same editing position it was when you saved it? Add 
First or Last name in Tools ▸ Options ▸ %PRODUCTNAME ▸ User Data ▸ First/last 
name."), "", "", swriter},
  { NC_("RID_CUI_TIPOFTHEDAY", "Need to do citation? You can use 
third-party citation managers such as Zotero."), 
"https://wiki.documentfoundation.org/Referencing_Systems_in_LibreOffice";, "", 
swriter},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to insert a value in the same place on 
several sheets? Select the sheets: hold down %MOD1 key and click their tabs 
before entering."), "", "", scalc},
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
index b5f215d7d9e5..7458ed89d8e2 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu
@@ -1489,7 +1489,7 @@
   
   
 
-  ~Footnotes and Endnotes...
+  ~Footnote/Endnote Settings...
 
 
   1


[Libreoffice-commits] core.git: cui/inc officecfg/registry sc/uiconfig svx/uiconfig sw/uiconfig

2022-04-26 Thread Adolfo Jayme Barrientos (via logerrit)
 cui/inc/tipoftheday.hrc   |6 +-
 officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs |2 
 sc/uiconfig/scalc/ui/sparklinedatarangedialog.ui  |2 
 sc/uiconfig/scalc/ui/sparklinedialog.ui   |   24 
+-
 svx/uiconfig/ui/surfacewindow.ui  |4 -
 sw/uiconfig/swriter/ui/autotext.ui|2 
 sw/uiconfig/swriter/ui/optcompatpage.ui   |2 
 7 files changed, 21 insertions(+), 21 deletions(-)

New commits:
commit 2fa07953a6dfdcdbb4d214b289fe17a93f40f643
Author: Adolfo Jayme Barrientos 
AuthorDate: Wed Apr 13 09:48:09 2022 -0500
Commit: Adolfo Jayme Barrientos 
CommitDate: Tue Apr 26 13:54:23 2022 +0200

Translatable string improvements I push so they don’t rot in my local clone

Change-Id: Ic057769718790ced80daf24510d27aad49e3341b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132975
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/cui/inc/tipoftheday.hrc b/cui/inc/tipoftheday.hrc
index 3e66e5cf3424..6bf0e2bb8d0c 100644
--- a/cui/inc/tipoftheday.hrc
+++ b/cui/inc/tipoftheday.hrc
@@ -127,7 +127,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to have two or more columns for just a 
part of a %PRODUCTNAME Writer page? Insert ▸ Section, set with Columns tab, and 
place text in that section."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Use Data ▸ Statistics for sampling, 
descriptive statistics, analysis of variance, correlation, and much more in 
%PRODUCTNAME Calc."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "You can copy from one sheet to another 
without the clipboard. Select the area to copy, %MOD1+click the target sheet’s 
tab and use Sheet ▸ Fill Cells ▸ Fill Sheets."), "", "tipoftheday_c.png"},
- { NC_("RID_CUI_TIPOFTHEDAY", "You can change the look of %PRODUCTNAME via 
View ▸ User Interface"), "", ""},
+ { NC_("RID_CUI_TIPOFTHEDAY", "You can change the look of %PRODUCTNAME via 
View ▸ User Interface."), "", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "In %PRODUCTNAME Impress, use Insert ▸ Media 
▸ Photo Album to create a slideshow from a series of pictures with the “Photo 
Album” feature."), "", "tipoftheday_i.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", "%PRODUCTNAME is developed by a friendly 
community, made up of hundreds of contributors around the world. Join us with 
your skills beyond coding."), 
"https://www.libreoffice.org/community/get-involved/";, ""},
@@ -157,7 +157,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Citation management? Use a 3rd party 
extension."), 
"https://wiki.documentfoundation.org/Referencing_Systems_in_LibreOffice";, ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to insert a value in the same place on 
several sheets? Select the sheets: hold down %MOD1 key and click their tabs 
before entering."), "", "tipoftheday_c.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to hide some text in a document? 
Select the text. Insert ▸ Section, and select “Hide”."), 
"modules/swriter/ui/editsectiondialog/hide", "tipoftheday_w.png"},  // online 
help is different 
https://help.libreoffice.org/%PRODUCTVERSION/%LANGUAGENAME/text/swriter/guide/hidden_text.html#hd_id3148675
- { NC_("RID_CUI_TIPOFTHEDAY", "You can customize the middle mouse button 
per Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Mouse ▸ Middle button:."), "", ""},
+ { NC_("RID_CUI_TIPOFTHEDAY", "You can customize the middle mouse button 
by going to Tools ▸ Options ▸ %PRODUCTNAME ▸ View ▸ Mouse ▸ Middle button."), 
"", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "Want to print two portrait pages on a 
landscape one (reducing A4 to A5)? File ▸ Print and select 2 at “Pages per 
sheet”."), "", ""},
  { NC_("RID_CUI_TIPOFTHEDAY", "For quick access to your document 
bookmarks, right-click on the page number of the status bar (lower-left corner 
of document window)."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "Select an object in the document background 
via the Select tool in the Drawing toolbar to surround the object to select."), 
"", ""},
@@ -225,7 +225,7 @@ const std::tuple 
TIPOFTHEDAY_STRINGARRAY[] =
  { NC_("RID_CUI_TIPOFTHEDAY", "Writer helps you to make backups: with File 
▸ Save a Copy you create a new document continuing to work on the original."), 
"", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "When you have created a Style based on 
another, you can enter a percentage value or a point value (e.g. 110% or −2pt 
or +5pt)."), "", "tipoftheday_w.png"},
  { NC_("RID_CUI_TIPOFTHEDAY", "To copy a comme