diff options
author | Kyle Ambroff <kambroff@csus.edu> | 2006-01-20 05:30:05 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-20 05:30:05 +0800 |
commit | d5998e6a2df79497177f807cac0f12946ba2e457 (patch) | |
tree | ae3055420988235e64cb4dac77c580fd55ab4e92 /shell/shell.error.xml | |
parent | 219d8bab2276b40b53985c3de734b7891c724ca3 (diff) | |
download | gsoc2013-evolution-d5998e6a2df79497177f807cac0f12946ba2e457.tar.gz gsoc2013-evolution-d5998e6a2df79497177f807cac0f12946ba2e457.tar.zst gsoc2013-evolution-d5998e6a2df79497177f807cac0f12946ba2e457.zip |
Default to [Cancel] instead of [Forget] in the when selecting "Forget
2006-01-19 Kyle Ambroff <kambroff@csus.edu>
* shell.error.xml: Default to [Cancel] instead of [Forget] in the
when selecting "Forget Passwords" from the menu. (#325871)
svn path=/trunk/; revision=31246
Diffstat (limited to 'shell/shell.error.xml')
-rw-r--r-- | shell/shell.error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.error.xml b/shell/shell.error.xml index 96fa2d04b4..cf3fab2685 100644 --- a/shell/shell.error.xml +++ b/shell/shell.error.xml @@ -73,7 +73,7 @@ Click help for details.</_secondary> <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/> </error> - <error id="forget-passwords" type="question" default="GTK_RESPONSE_OK"> + <error id="forget-passwords" type="question" default="GTK_RESPONSE_CANCEL"> <_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"/> |