diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-05 04:46:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-03 11:00:39 +0800 |
commit | 3e05d86173c12420db661fc80292252fe720b8d9 (patch) | |
tree | e34d31e2e36790957a4d8889aa5c25a49cad9538 /shell/shell.error.xml | |
parent | c6b67831e8029d7c53a4c5b4057b19251cba6bb1 (diff) | |
download | gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar.gz gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.tar.zst gsoc2013-evolution-3e05d86173c12420db661fc80292252fe720b8d9.zip |
Adapt libeshell to the new ESource API.
Diffstat (limited to 'shell/shell.error.xml')
-rw-r--r-- | shell/shell.error.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shell/shell.error.xml b/shell/shell.error.xml index 6c75baa9df..8c5a2e6921 100644 --- a/shell/shell.error.xml +++ b/shell/shell.error.xml @@ -26,11 +26,4 @@ If you choose to continue, you may not have access to some of your old data. <button _label="Quit Now" response="GTK_RESPONSE_CANCEL"/> </error> - <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"/> - <button _label="_Forget" response="GTK_RESPONSE_OK"/> - </error> - </error-list> |