summaryrefslogtreecommitdiff
path: root/uui/uiconfig
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-02 23:20:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-02 23:20:11 +0200
commitf88554edd46d2dc8d6c8eaba74c89ccd3e537104 (patch)
tree77aed52fc5025f3c7994873b475f322d0c1d4955 /uui/uiconfig
parentedd4370f5ba49a26a526995b6a28f623d68041ce (diff)
Related tdf#98644: In login dialog, give a hint that the password was wrong
...by changing the dialog text from "Enter user name and password for..." to "Wrong user name and password for..." when an old password is already given. Change-Id: Ie167c5ea263e9f75e0269c528dc88b69270208f3
Diffstat (limited to 'uui/uiconfig')
-rw-r--r--uui/uiconfig/ui/logindialog.ui28
1 files changed, 28 insertions, 0 deletions
diff --git a/uui/uiconfig/ui/logindialog.ui b/uui/uiconfig/ui/logindialog.ui
index ca47ea5066ed..806d8f582fd3 100644
--- a/uui/uiconfig/ui/logindialog.ui
+++ b/uui/uiconfig/ui/logindialog.ui
@@ -251,6 +251,34 @@
</packing>
</child>
<child>
+ <object class="GtkLabel" id="wrongloginrealm">
+ <property name="can_focus">False</property>
+ <property name="no_show_all">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Wrong user name and password for:
+“%2” on %1</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkLabel" id="wrongrequestinfo">
+ <property name="can_focus">False</property>
+ <property name="no_show_all">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Wrong user name and password for:
+%1</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">3</property>
+ <property name="width">2</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkLabel" id="requestinfo">
<property name="visible">True</property>
<property name="can_focus">False</property>