diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-07-05 04:57:02 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-07-05 18:18:46 +0200 |
commit | 02c5c0288aeb3bd5e6f4bf63b53f39e6a73cba86 (patch) | |
tree | fd16d801257ce56205557acfd4c8379444a0e4c5 /cui | |
parent | f5ca3291e4f2c25fbff49301d6f3a7ed0017a708 (diff) |
Related tdf#137145 tdf#137569 Capitalization + punctuation fixes
Change-Id: Icd8a631da83c86333c7e5bcee0069165899d3041
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136822
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optgeneralpage.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/opthtmlpage.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/tipofthedaydialog.ui | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/cui/uiconfig/ui/optgeneralpage.ui b/cui/uiconfig/ui/optgeneralpage.ui index afd616b82070..2917de27e0b9 100644 --- a/cui/uiconfig/ui/optgeneralpage.ui +++ b/cui/uiconfig/ui/optgeneralpage.ui @@ -50,7 +50,7 @@ </child> <child> <object class="GtkCheckButton" id="popupnohelp"> - <property name="label" translatable="yes" context="optgeneralpage|popupnohelp">Show "No offline help installed" popup</property> + <property name="label" translatable="yes" context="optgeneralpage|popupnohelp">Warn if local help is not installed</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> diff --git a/cui/uiconfig/ui/opthtmlpage.ui b/cui/uiconfig/ui/opthtmlpage.ui index e8e9e68c2819..85eed35d5645 100644 --- a/cui/uiconfig/ui/opthtmlpage.ui +++ b/cui/uiconfig/ui/opthtmlpage.ui @@ -505,7 +505,7 @@ <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="starbasic-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|starbasic">Mark this check box to include the Basic instructions when exporting to HTML format.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|starbasic">Check this box to include the BASIC instructions when exporting to HTML format.</property> </object> </child> </object> diff --git a/cui/uiconfig/ui/tipofthedaydialog.ui b/cui/uiconfig/ui/tipofthedaydialog.ui index ebf0515c6b1e..2ea58ad3b03a 100644 --- a/cui/uiconfig/ui/tipofthedaydialog.ui +++ b/cui/uiconfig/ui/tipofthedaydialog.ui @@ -5,7 +5,7 @@ <object class="GtkDialog" id="TipOfTheDayDialog"> <property name="can-focus">False</property> <property name="border-width">6</property> - <property name="title" translatable="yes" context="TipOfTheDayDialog|Name">Tip of the day</property> + <property name="title" translatable="yes" context="TipOfTheDayDialog|Name">Tip of the Day</property> <property name="resizable">False</property> <property name="modal">False</property> <property name="window-position">center-on-parent</property> @@ -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 ▸ 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> |