aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-29 12:23:02 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-29 12:23:02 +0800
commitd18328b51bf26d7ce84069510e36bf981e389803 (patch)
tree1d90572b241857f91a6350c891c44ad4e5c077f8 /mail
parent918dd55777b9ac6a61a2fbb172ae7adea7294dec (diff)
downloadgsoc2013-evolution-d18328b51bf26d7ce84069510e36bf981e389803.tar
gsoc2013-evolution-d18328b51bf26d7ce84069510e36bf981e389803.tar.gz
gsoc2013-evolution-d18328b51bf26d7ce84069510e36bf981e389803.tar.bz2
gsoc2013-evolution-d18328b51bf26d7ce84069510e36bf981e389803.tar.lz
gsoc2013-evolution-d18328b51bf26d7ce84069510e36bf981e389803.tar.xz
gsoc2013-evolution-d18328b51bf26d7ce84069510e36bf981e389803.tar.zst
gsoc2013-evolution-d18328b51bf26d7ce84069510e36bf981e389803.zip
fix the password dialogue text.
2004-04-29 Not Zed <NotZed@Ximian.com> * mail-errors.xml.in: fix the password dialogue text. svn path=/trunk/; revision=25678
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-errors.xml.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8092ee0753..c40938e3d2 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-29 Not Zed <NotZed@Ximian.com>
+
+ * mail-errors.xml.in: fix the password dialogue text.
+
2004-04-28 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree-model.c (sort_cb): Sort the VFolders. Fixes bug
diff --git a/mail/mail-errors.xml.in b/mail/mail-errors.xml.in
index 7d5ec855bf..b55eb2a78c 100644
--- a/mail/mail-errors.xml.in
+++ b/mail/mail-errors.xml.in
@@ -123,7 +123,8 @@ The message is stored in the Outbox folder. Check the message for errors and re
</error>
<error id="ask-session-password" type="question" default="GTK_RESPONSE_OK">
- <_primary>Enter password for {0}</_primary>
+ <_primary>Enter password.</_primary>
+ <_secondary>{0}</_secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-ok" response="GTK_RESPONSE_OK"/>
</error>