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
This commit is contained in:
parent
f0b9cec927
commit
3b7b1fedd7
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue