diff options
author | Sankar P <psankar@novell.com> | 2005-07-22 16:53:27 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-07-22 16:53:27 +0800 |
commit | 0feeced7a1de536f7dd20005eafa2ccaca22398b (patch) | |
tree | 168c40dc43524afa9c0aabc6fbb56891fcac697e /shell | |
parent | dd200e856768e306c30828284524994656e31533 (diff) | |
download | gsoc2013-evolution-0feeced7a1de536f7dd20005eafa2ccaca22398b.tar.gz gsoc2013-evolution-0feeced7a1de536f7dd20005eafa2ccaca22398b.tar.zst gsoc2013-evolution-0feeced7a1de536f7dd20005eafa2ccaca22398b.zip |
Changed the strings to be more interactive and consistent with the
2005-07-22 Sankar P <psankar@novell.com>
* shell.error.xml : Changed the strings to be more interactive
and consistent with the exisiting dialog prompts.
svn path=/trunk/; revision=29844
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/shell.error.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 5405fd5aba..2f78396310 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2005-07-22 Sankar P <psankar@novell.com> + + * shell.error.xml : Changed the strings to be more interactive + and consistent with the exisiting dialog prompts. + 2005-07-21 Sankar P <psankar@novell.com> * shell.error.xml : Added string for forget password prompt. diff --git a/shell/shell.error.xml b/shell/shell.error.xml index ede447d8d5..e746cc0dfa 100644 --- a/shell/shell.error.xml +++ b/shell/shell.error.xml @@ -74,8 +74,8 @@ Click help for details.</_secondary> </error> <error id="forget-passwords" type="question" default="GTK_RESPONSE_OK"> - <_primary>Are you sure you want to forget the passwords?</_primary> - <_secondary xml:space="preserve">Clicking the Forget button will forget your passwords and during next login, you will be prompted for password.</_secondary> + <_primary>Are you sure you want to forget all remembered passwords? </_primary> + <_secondary xml:space="preserve">Forgetting your passwords will clear all remembered passwords. You will be reprompted next time they are needed. </_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button _label="_Forget" response="GTK_RESPONSE_OK"/> </error> |