Add the strings "dialog" after "Macro Selector" in extended tips
because the Macro Selector is the dialog name. Change-Id: I3e766016279f85c47eca8a6abf8b5dde4cc6a538 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165487 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
This commit is contained in:
parent
ec91e33eaa
commit
a8fda337a8
3 changed files with 3 additions and 3 deletions
|
@ -66,7 +66,7 @@
|
|||
<property name="use-underline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="macro-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="eventsconfigpage|extended_tip|macro">Opens the Macro Selector to assign a macro to the selected event.</property>
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="eventsconfigpage|extended_tip|macro">Opens the Macro Selector dialog to assign a macro to the selected event.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
<property name="use-underline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="assign-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="macroassignpage|extended_tip|assign">Opens the Macro Selector to assign a macro to the selected event.</property>
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="macroassignpage|extended_tip|assign">Opens the Macro Selector dialog to assign a macro to the selected event.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
|
@ -259,7 +259,7 @@
|
|||
<property name="use_underline">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="macro-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|macro">Opens the Macro Selector, where you can choose the macro that will run when you click the selected field in the document.</property>
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="fldfuncpage|extended_tip|macro">Opens the Macro Selector dialog, where you can choose the macro that will run when you click the selected field in the document.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
Loading…
Reference in a new issue