uui/uiconfig/ui/logindialog.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 3b7b1fedd7ad46c875f14ad779460e25ff1bf5cf Author: Michael Stahl <michael.st...@allotropia.de> AuthorDate: Fri Jul 19 15:41:58 2024 +0200 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Fri Jul 19 19:53:09 2024 +0200 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.st...@allotropia.de> Tested-by: Jenkins 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>