diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-12 11:54:20 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-12 11:54:20 +0800 |
commit | c5347b4bda3777b61a85f3765a57de06b5e38ebc (patch) | |
tree | 01344beec47ebf10a6b95fa791aa4d24a7c3aaea /shell/shell-errors.xml | |
parent | 2e3c52fbef7ca35f85d3002571d9daffc3337258 (diff) | |
download | gsoc2013-evolution-c5347b4bda3777b61a85f3765a57de06b5e38ebc.tar.gz gsoc2013-evolution-c5347b4bda3777b61a85f3765a57de06b5e38ebc.tar.zst gsoc2013-evolution-c5347b4bda3777b61a85f3765a57de06b5e38ebc.zip |
fix the label tag for the upgrade failed box.
2004-05-12 Not Zed <NotZed@Ximian.com>
* shell-errors.xml: fix the label tag for the upgrade failed box.
svn path=/trunk/; revision=25874
Diffstat (limited to 'shell/shell-errors.xml')
-rw-r--r-- | shell/shell-errors.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell-errors.xml b/shell/shell-errors.xml index 8d448214b9..676b4d0133 100644 --- a/shell/shell-errors.xml +++ b/shell/shell-errors.xml @@ -17,7 +17,7 @@ You will need to make more space available in your home directory before you can If you choose to continue, you may not have access to some of your old data. </secondary> <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/> - <button stock="gtk-ok" _label="Continue" response="GTK_RESPONSE_OK"/> + <button stock="gtk-ok" label="Continue" response="GTK_RESPONSE_OK"/> </error> </error-list> |