aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog2
-rw-r--r--shell/shell-errors.xml2
-rw-r--r--shell/shell-errors.xml.h1
3 files changed, 4 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index f2d4b454fb..438b8d2c2a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,7 @@
2004-05-12 Not Zed <NotZed@Ximian.com>
+ * shell-errors.xml: fix the label tag for the upgrade failed box.
+
* shell-errors.xml.h: add for translators.
2004-05-11 Not Zed <NotZed@Ximian.com>
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>
diff --git a/shell/shell-errors.xml.h b/shell/shell-errors.xml.h
index 483b6a2050..6731f42a04 100644
--- a/shell/shell-errors.xml.h
+++ b/shell/shell-errors.xml.h
@@ -12,3 +12,4 @@ char *s = N_("{1}\n"
"\n"
"If you choose to continue, you may not have access to some of your old data.\n"
"");
+char *s = N_("Continue");