diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2008-09-29 19:32:45 +0800 |
---|---|---|
committer | Gabor Keleman <kelemeng@src.gnome.org> | 2008-09-29 19:32:45 +0800 |
commit | 4f54605380d48576108c0232e1295a2dad864d25 (patch) | |
tree | 40e13bba0cd387e18ae85aa1a459f857529a35bd | |
parent | 7e04ddfaa16b97057419fc15b74266b9689fa43e (diff) | |
download | gsoc2013-evolution-4f54605380d48576108c0232e1295a2dad864d25.tar gsoc2013-evolution-4f54605380d48576108c0232e1295a2dad864d25.tar.gz gsoc2013-evolution-4f54605380d48576108c0232e1295a2dad864d25.tar.bz2 gsoc2013-evolution-4f54605380d48576108c0232e1295a2dad864d25.tar.lz gsoc2013-evolution-4f54605380d48576108c0232e1295a2dad864d25.tar.xz gsoc2013-evolution-4f54605380d48576108c0232e1295a2dad864d25.tar.zst gsoc2013-evolution-4f54605380d48576108c0232e1295a2dad864d25.zip |
Unbreak build, sorry for the inconvenience.
2008-09-29 Gabor Kelemen <kelemeng@gnome.hu>
* shell.error.xml: Unbreak build, sorry for the inconvenience.
svn path=/trunk/; revision=36482
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/shell.error.xml | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 205fdafbc9..350b7c169b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,9 @@ 2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> + * shell.error.xml: Unbreak build, sorry for the inconvenience. + +2008-09-29 Gabor Kelemen <kelemeng@gnome.hu> + * shell.error.xml: Mark some forgotten strings for translation. Fixes bug #553106 2008-09-24 Sankar P <psankar@novell.com> diff --git a/shell/shell.error.xml b/shell/shell.error.xml index fceb1bef83..7ae57dec58 100644 --- a/shell/shell.error.xml +++ b/shell/shell.error.xml @@ -27,7 +27,7 @@ If you choose to continue, you may not have access to some of your old data. </error> <error id="upgrade-remove-1-4" type="question" default="GTK_RESPONSE_CANCEL"> - <_title>Delete old data from version {0}?</title> + <_title>Delete old data from version {0}?</_title> <_primary>Delete old data from version {0}?</_primary> <_secondary xml:space="preserve">The previous version of Evolution stored its data in a different location. @@ -39,7 +39,7 @@ If you choose to remove this data, the entire contents of the "evolution&qu </error> <error id="upgrade-remove-1-4-confirm" type="warning" default="GTK_RESPONSE_CANCEL"> - <_title>Really delete old data?</title> + <_title>Really delete old data?</_title> <_primary>Really delete old data?</_primary> <_secondary xml:space="preserve">The entire contents of the "evolution" directory are about to be permanently removed. @@ -52,7 +52,7 @@ Once deleted, you cannot downgrade to the previous version of Evolution without </error> <error id="noshell" type="error"> - <_title>Cannot start Evolution</title> + <_title>Cannot start Evolution</_title> <_primary>Evolution can not start.</_primary> <_secondary xml:space="preserve">Your system configuration does not match your Evolution configuration. @@ -62,7 +62,7 @@ Click help for details</_secondary> </error> <error id="noshell-reason" type="error"> - <_title>Cannot start Evolution</title> + <_title>Cannot start Evolution</_title> <_primary>Evolution can not start.</_primary> <_secondary xml:space="preserve">Your system configuration does not match your Evolution configuration: |