diff options
author | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-03-22 00:57:49 +0100 |
---|---|---|
committer | Taichi Haradaguchi <20001722@ymail.ne.jp> | 2024-03-30 06:18:15 +0100 |
commit | b5c40d4864b07861e889244834635c8cfc957d6e (patch) | |
tree | 65ed82e4391d46537f79b527360407f668c830ef /cui | |
parent | 0c5f0e5dbb482bfc62059a0f586efce6e7b292fe (diff) |
Fix extended tips
Fix wrong dialog names in extended tips.
Change-Id: I60a91c6a06afdf0b993bd65dae8a2e3c6413528a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165122
Tested-by: Jenkins
Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/certdialog.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/iconselectordialog.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/certdialog.ui b/cui/uiconfig/ui/certdialog.ui index 8f3545e3176a..29b19e3d3742 100644 --- a/cui/uiconfig/ui/certdialog.ui +++ b/cui/uiconfig/ui/certdialog.ui @@ -44,7 +44,7 @@ <property name="use_underline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="add-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="certdialog|extended_tip|add">Opens a file picker dialog to add a new Network Security Services Certificate directory to the list.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="certdialog|extended_tip|add">Opens the Select Path dialog to add a new Network Security Services Certificate directory to the list.</property> </object> </child> </object> diff --git a/cui/uiconfig/ui/iconselectordialog.ui b/cui/uiconfig/ui/iconselectordialog.ui index f9672c7406fe..9ee6ee8847cb 100644 --- a/cui/uiconfig/ui/iconselectordialog.ui +++ b/cui/uiconfig/ui/iconselectordialog.ui @@ -165,7 +165,7 @@ <property name="use_underline">True</property> <child internal-child="accessible"> <object class="AtkObject" id="importButton-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="iconselectordialog|extended_tip|importButton">Adds new icons to the list of icons. You see a file open dialog that imports the selected icon or icons into the internal icon directory of the office suite.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="iconselectordialog|extended_tip|importButton">Adds new icons to the list of icons. You see the Open dialog that imports the selected icon or icons into the internal icon directory of the office suite.</property> </object> </child> </object> |