diff options
Diffstat (limited to 'sfx2/uiconfig/ui/password.ui')
-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"/> |