sfx2/uiconfig/ui/password.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 89c00618b9cee6e786fd11a7fdbf7aaf24e4fbb7 Author: Balazs Varga <balazs.varga.ext...@allotropia.de> AuthorDate: Thu Jan 9 11:48:57 2025 +0100 Commit: Balazs Varga <balazs.varga.ext...@allotropia.de> CommitDate: Thu Jan 9 19:53:26 2025 +0100 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.tie...@documentfoundation.org> Tested-by: Jenkins 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"/>