cui/uiconfig/ui/fileextcheckdialog.ui | 2 +- cui/uiconfig/ui/tipofthedaydialog.ui | 2 +- sc/uiconfig/scalc/ui/searchresults.ui | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit ba2bd49397725fd07ed36aefe2acc4d2be70c72e Author: Taichi Haradaguchi <20001...@ymail.ne.jp> AuthorDate: Sun Dec 24 20:01:32 2023 +0900 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Thu Dec 28 21:30:44 2023 +0100 Fix tooltips * Correct some path names. * Change some context names. * Replace ">" with "-". * Replace "▸" with "-". Change-Id: I0d2ff04f45fd1985e7e579e57add2a468d13e731 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161267 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/cui/uiconfig/ui/fileextcheckdialog.ui b/cui/uiconfig/ui/fileextcheckdialog.ui index da0c3b8da91d..e0dd68bb0b6d 100644 --- a/cui/uiconfig/ui/fileextcheckdialog.ui +++ b/cui/uiconfig/ui/fileextcheckdialog.ui @@ -33,7 +33,7 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> - <property name="tooltip-text" translatable="yes" context="FileExtCheck|Checkbox_Tooltip">Enable the dialog again at Tools > Options > General</property> + <property name="tooltip-text" translatable="yes" context="FileExtCheck|Checkbox_Tooltip">Enable the dialog again at Tools - Options - %PRODUCTNAME - General</property> <property name="use-underline">True</property> <property name="active">True</property> <property name="draw-indicator">True</property> diff --git a/cui/uiconfig/ui/tipofthedaydialog.ui b/cui/uiconfig/ui/tipofthedaydialog.ui index 2ea58ad3b03a..dbb3e84945e6 100644 --- a/cui/uiconfig/ui/tipofthedaydialog.ui +++ b/cui/uiconfig/ui/tipofthedaydialog.ui @@ -26,7 +26,7 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> - <property name="tooltip-text" translatable="yes" context="TipOfTheDay|Checkbox_Tooltip">Enable the dialog again at Tools ▸ Options ▸ General, or Help ▸ Show Tip of the Day</property> + <property name="tooltip-text" translatable="yes" context="TipOfTheDay|Checkbox_Tooltip">Enable the dialog again at Tools - Options - %PRODUCTNAME - General, or Help - Show Tip of the Day</property> <property name="use-underline">True</property> <property name="active">True</property> <property name="draw-indicator">True</property> diff --git a/sc/uiconfig/scalc/ui/searchresults.ui b/sc/uiconfig/scalc/ui/searchresults.ui index ea0f536d902b..304a167cd421 100644 --- a/sc/uiconfig/scalc/ui/searchresults.ui +++ b/sc/uiconfig/scalc/ui/searchresults.ui @@ -37,7 +37,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="tooltip_text" translatable="yes" context="searchresults|ShowBox">Enable the dialog again at Tools > Options > Calc > View</property> + <property name="tooltip_text" translatable="yes" context="searchresults|ShowBox_Tooltip">Enable the dialog again at Tools - Options - %PRODUCTNAME Calc - View</property> <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property>