diff options
author | Balazs Varga <balazs.varga.extern@allotropia.de> | 2025-01-09 11:48:57 +0100 |
---|---|---|
committer | Balazs Varga <balazs.varga.extern@allotropia.de> | 2025-01-09 19:53:26 +0100 |
commit | 89c00618b9cee6e786fd11a7fdbf7aaf24e4fbb7 (patch) | |
tree | 9a09a60c287f006480a6e6ee3baedc4585d17aec | |
parent | 77fc0018f5a5e6dccdc7125c223f1f6891812b82 (diff) |
tdf#161411 - UI: Add Better wording for ASCII-only characters
Based on the suggestions at:
https://bugs.documentfoundation.org/show_bug.cgi?id=161411#c8
Change-Id: I5d2d17e36551687d929f9529dd8e6a7d2f78ff6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180006
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Jenkins
-rw-r--r-- | sfx2/uiconfig/ui/password.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/password.ui b/sfx2/uiconfig/ui/password.ui index f376fdcc7c0b..b2e9fbea716f 100644 --- a/sfx2/uiconfig/ui/password.ui +++ b/sfx2/uiconfig/ui/password.ui @@ -395,8 +395,9 @@ <object class="GtkLabel" id="onlyascii"> <property name="can-focus">False</property> <property name="no-show-all">True</property> + <property name="tooltip-text" translatable="yes" context="password|onlyascii|tooltip_text">Characters in the Unicode 'Basic Latin' block (also known as ASCII) including the letters A-Z, a-z, numbers 0-9 and the most common punctuation marks.</property> <property name="margin-start">6</property> - <property name="label" translatable="yes" context="password|onlyascii">Only Basic Latin characters can be entered</property> + <property name="label" translatable="yes" context="password|onlyascii">Only Unicode 'Basic Latin' characters can be entered</property> <property name="xalign">0</property> <attributes> <attribute name="scale" value="0.9"/> |