aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>