diff options
author | Adoche Onaji <dochieonaji@gmail.com> | 2023-04-22 15:53:00 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-07-06 16:28:23 +0200 |
commit | 3d2f9b63e61a32ff07d850103f059dda88b56d6e (patch) | |
tree | cf0cdca015071774c56e9d0e7216f2dd4df9d75b /cui | |
parent | 8bc077c961a84f8a3186bc1bdc7b417c112b825e (diff) |
tdf#113478 'Decimal separator key' property was renamed to 'Numpad decimal key'
'Decimal separator key' was renamed to 'Decimal key on the numpad' to give it
more acceptance and understanding on various platforms
Change-Id: I6d8411026bf7b2c9f5d85d9ee3f19f7f7f603d8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150809
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/optlanguagespage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/optlanguagespage.ui b/cui/uiconfig/ui/optlanguagespage.ui index b33c2e0a1ab6..121ba38e4f6c 100644 --- a/cui/uiconfig/ui/optlanguagespage.ui +++ b/cui/uiconfig/ui/optlanguagespage.ui @@ -396,7 +396,7 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="optlanguagespage|label6">Decimal separator key:</property> + <property name="label" translatable="yes" context="optlanguagespage|label6">Decimal key on the numpad:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">decimalseparator</property> <property name="xalign">0</property> @@ -497,7 +497,7 @@ <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="decimalseparator-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|decimalseparator">Specifies to use the decimal separator key that is set in your system when you press the respective key on the number pad.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|decimalseparator">Specifies to use the numeric keypad decimal key that is set in your system when you press the respective key on the number pad.</property> </object> </child> </object> |