diff options
author | Not Zed <NotZed@Ximian.com> | 2004-04-29 12:23:02 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-04-29 12:23:02 +0800 |
commit | d18328b51bf26d7ce84069510e36bf981e389803 (patch) | |
tree | 1d90572b241857f91a6350c891c44ad4e5c077f8 | |
parent | 918dd55777b9ac6a61a2fbb172ae7adea7294dec (diff) | |
download | gsoc2013-evolution-d18328b51bf26d7ce84069510e36bf981e389803.tar.gz 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
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-errors.xml.in | 3 |
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> |