diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2024-07-19 15:41:58 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2024-07-19 19:53:09 +0200 |
commit | 3b7b1fedd7ad46c875f14ad779460e25ff1bf5cf (patch) | |
tree | 341bd3e58d5e3f4bf9458f015827d5dd14f11334 /uui | |
parent | f0b9cec9274b5770ec6f78ec958b2ce08baf9260 (diff) |
uui: improve Authentication dialog
"Remember password" will also remember whether the "Use system
credentials" was checked. Rename it to "Remember credentials" and place
it at the bottom of the dialog.
Change-Id: I672715edfa2080a325a0c492b53d6461591e1192
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170752
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'uui')
-rw-r--r-- | uui/uiconfig/ui/logindialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/uui/uiconfig/ui/logindialog.ui b/uui/uiconfig/ui/logindialog.ui index b787560ffc7b..8584a0cdff29 100644 --- a/uui/uiconfig/ui/logindialog.ui +++ b/uui/uiconfig/ui/logindialog.ui @@ -90,13 +90,13 @@ </object> <packing> <property name="left-attach">0</property> - <property name="top-attach">9</property> + <property name="top-attach">8</property> <property name="width">2</property> </packing> </child> <child> <object class="GtkCheckButton" id="remember"> - <property name="label" translatable="yes" context="logindialog|remember">_Remember password</property> + <property name="label" translatable="yes" context="logindialog|remember">_Remember credentials</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -105,7 +105,7 @@ </object> <packing> <property name="left-attach">0</property> - <property name="top-attach">8</property> + <property name="top-attach">9</property> <property name="width">2</property> </packing> </child> |