[gnome-control-center/T20771: 29/44] user-accounts: Make labels consitent between password and account dialogs
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/T20771: 29/44] user-accounts: Make labels consitent between password and account dialogs
- Date: Tue, 23 Jan 2018 21:09:00 +0000 (UTC)
commit 137daf061587cf465fe8225edd9f991c26c56c70
Author: Joaquim Rocha <jrocha endlessm com>
Date: Tue Jun 13 17:14:13 2017 +0200
user-accounts: Make labels consitent between password and account dialogs
We should use the same labels for consistency, as well as the accelerators
which were not being in the password dialog.
This way we should have less strings to translate.
https://phabricator.endlessm.com/T17270
panels/user-accounts/data/account-dialog.ui | 2 +-
panels/user-accounts/data/password-dialog.ui | 9 ++++++---
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/panels/user-accounts/data/account-dialog.ui b/panels/user-accounts/data/account-dialog.ui
index 56ec60a..212b473 100644
--- a/panels/user-accounts/data/account-dialog.ui
+++ b/panels/user-accounts/data/account-dialog.ui
@@ -271,7 +271,7 @@
</child>
<child>
<object class="GtkRadioButton" id="local_no_password_radio">
- <property name="label" translatable="yes">Allow user to log in _without a
password</property>
+ <property name="label" translatable="yes">Do not re_quire a password when logging
in</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
diff --git a/panels/user-accounts/data/password-dialog.ui b/panels/user-accounts/data/password-dialog.ui
index 6853c0f..e49546a 100644
--- a/panels/user-accounts/data/password-dialog.ui
+++ b/panels/user-accounts/data/password-dialog.ui
@@ -237,12 +237,13 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkRadioButton" id="action-login-radio">
- <property name="label" translatable="yes">Allow user to change their password on
next login</property>
+ <property name="label" translatable="yes">Allow user to change their password on
next _login</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="position">0</property>
@@ -250,13 +251,14 @@
</child>
<child>
<object class="GtkRadioButton" id="action-no-password-radio">
- <property name="label" translatable="yes">Do not require a password when logging
in</property>
+ <property name="label" translatable="yes">Do not re_quire a password when logging
in</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">action-login-radio</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="position">1</property>
@@ -264,13 +266,14 @@
</child>
<child>
<object class="GtkRadioButton" id="action-now-radio">
- <property name="label" translatable="yes">Set a password now</property>
+ <property name="label" translatable="yes">Set a password _now</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">action-login-radio</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="position">2</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]