diff options
author | Sankar P <psankar@novell.com> | 2005-07-21 16:59:53 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2005-07-21 16:59:53 +0800 |
commit | 93a43c08814ce800cb7e340dd1224b744c989e75 (patch) | |
tree | 738770dd1ba0c41f420efe9bb6146b119713b008 /shell/shell.error.xml | |
parent | ecc06b08d474ef0aa1a3d8edbe83c083463b45ab (diff) | |
download | gsoc2013-evolution-93a43c08814ce800cb7e340dd1224b744c989e75.tar.gz gsoc2013-evolution-93a43c08814ce800cb7e340dd1224b744c989e75.tar.zst gsoc2013-evolution-93a43c08814ce800cb7e340dd1224b744c989e75.zip |
Added string for forget password prompt.
2005-07-21 Sankar P <psankar@novell.com>
* shell.error.xml : Added string for forget password prompt.
* e-shell-window-commands.c: (command_forget_passwords)
Added call to a confirmation dialog before forgetting passwords.
Fixes bug #216021
svn path=/trunk/; revision=29828
Diffstat (limited to 'shell/shell.error.xml')
-rw-r--r-- | shell/shell.error.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/shell.error.xml b/shell/shell.error.xml index e4d0506476..ede447d8d5 100644 --- a/shell/shell.error.xml +++ b/shell/shell.error.xml @@ -73,4 +73,11 @@ Click help for details.</_secondary> <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/> </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> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="_Forget" response="GTK_RESPONSE_OK"/> + </error> + </error-list> |