diff options
author | t-aswath <aswatht.cse2022@citchennai.net> | 2023-09-13 20:30:14 +0530 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-09-18 07:42:30 +0200 |
commit | e425c837aec0b11f381ddb49fe651acf5509bd82 (patch) | |
tree | e22d1d56615a8f709732eb0d112e3129e464e25c /cui/uiconfig | |
parent | e472b5b557d2b43b41e488c83db2b188de499610 (diff) |
tdf#155214 - rename "Modify" button to "Assign"
Change-Id: Ib8dda9ed48ea5db66b7668b156d8533472cf7d50
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156974
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/accelconfigpage.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/accelconfigpage.ui b/cui/uiconfig/ui/accelconfigpage.ui index 6aef2238c5a3..4e5a06064a86 100644 --- a/cui/uiconfig/ui/accelconfigpage.ui +++ b/cui/uiconfig/ui/accelconfigpage.ui @@ -118,7 +118,7 @@ </child> <child internal-child="accessible"> <object class="AtkObject" id="shortcuts-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="accelconfigpage|extended_tip|shortcuts">Lists the shortcut keys and the associated commands. To assign or modify the shortcut key for the command selected in the Function list, click a shortcut in this list, and then click Modify. + <property name="AtkObject::accessible-description" translatable="yes" context="accelconfigpage|extended_tip|shortcuts">Lists the shortcut keys and the associated commands. To assign or modify the shortcut key for the command selected in the Function list, click a shortcut in this list, and then click Assign. To quickly find a shortcut in this list, simply press the key combination.</property> </object> </child> @@ -213,7 +213,7 @@ To quickly find a shortcut in this list, simply press the key combination.</prop <property name="layout-style">start</property> <child> <object class="GtkButton" id="change"> - <property name="label" translatable="yes" context="accelconfigpage|change">_Modify</property> + <property name="label" translatable="yes" context="accelconfigpage|change">_Assign</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">True</property> @@ -496,7 +496,7 @@ To quickly find a shortcut in this list, simply press the key combination.</prop </child> <child internal-child="accessible"> <object class="AtkObject" id="function-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="accelconfigpage|extended_tip|function">Select a function that you want to assign a shortcut key to, click a key combination in the Shortcut keys list, and then click Modify. If the selected function already has a shortcut key, it is displayed in the Keys list.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="accelconfigpage|extended_tip|function">Select a function that you want to assign a shortcut key to, click a key combination in the Shortcut keys list, and then click Assign. If the selected function already has a shortcut key, it is displayed in the Keys list.</property> </object> </child> </object> |