summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2018-07-12 09:47:48 +0200
committerOndrej Holy <oholy@redhat.com>2018-07-12 10:11:25 +0200
commit1e769bb49dad2a3e42bebcac20d4179f007c3b03 (patch)
tree5f0928b72332aef6b45adc0968da53c3bb14aedd
parent833c18bce49d6e1c097b92ae6df2d43db26443df (diff)
downloadgnome-control-center-wip/oholy/unify-strings.tar.gz
user-accounts: Use term "Confirm" instead of "Verify"wip/oholy/unify-strings
The Password dialog uses "Verify New Password" and Add User dialog "Confirm". Let's use "Confirm New Password" as it is on mockups to be consistent in terminology.
-rw-r--r--panels/user-accounts/data/password-dialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/panels/user-accounts/data/password-dialog.ui b/panels/user-accounts/data/password-dialog.ui
index 283f703d1..6d8c26e00 100644
--- a/panels/user-accounts/data/password-dialog.ui
+++ b/panels/user-accounts/data/password-dialog.ui
@@ -139,7 +139,7 @@
<object class="GtkLabel" id="password-normal-verify-label">
<property name="visible">True</property>
<property name="xalign">1</property>
- <property name="label" translatable="yes">_Verify New Password</property>
+ <property name="label" translatable="yes">_Confirm New Password</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">verify-entry</property>
<property name="margin_start">25</property>