diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2008-09-29 19:35:01 +0800 |
---|---|---|
committer | Gabor Keleman <kelemeng@src.gnome.org> | 2008-09-29 19:35:01 +0800 |
commit | 8a0afde46e6723df2b79fba8b861249221765caf (patch) | |
tree | 3f7d73f880c305247b3a4046df5e6a0b20310000 | |
parent | 4f54605380d48576108c0232e1295a2dad864d25 (diff) | |
download | gsoc2013-evolution-8a0afde46e6723df2b79fba8b861249221765caf.tar gsoc2013-evolution-8a0afde46e6723df2b79fba8b861249221765caf.tar.gz gsoc2013-evolution-8a0afde46e6723df2b79fba8b861249221765caf.tar.bz2 gsoc2013-evolution-8a0afde46e6723df2b79fba8b861249221765caf.tar.lz gsoc2013-evolution-8a0afde46e6723df2b79fba8b861249221765caf.tar.xz gsoc2013-evolution-8a0afde46e6723df2b79fba8b861249221765caf.tar.zst gsoc2013-evolution-8a0afde46e6723df2b79fba8b861249221765caf.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=36483
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/calendar.error.xml | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0e056dbbeb..bcf0bb9fce 100644 --- a/calendar/ChangeLog +++ b/calendar/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> + * calendar.error.xml: Mark some forgotten strings for translation. Fixes bug #553105 2008-09-26 Milan Crha <mcrha@redhat.com> diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index a46d2402a3..d74c27b1fe 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -93,7 +93,7 @@ </error> <error id="prompt-save-appointment" type="warning" default="GTK_RESPONSE_YES"> - <_title>Save Appointment</title> + <_title>Save Appointment</_title> <_primary>Would you like to save your changes to this appointment?</_primary> <_secondary>You have changed this appointment, but not yet saved it.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> @@ -102,7 +102,7 @@ </error> <error id="prompt-save-task" type="warning" default="GTK_RESPONSE_YES"> - <_title>Save Task</title> + <_title>Save Task</_title> <_primary>Would you like to save your changes to this task?</_primary> <_secondary>You have changed this task, but not yet saved it.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> @@ -111,7 +111,7 @@ </error> <error id="prompt-save-memo" type="warning" default="GTK_RESPONSE_YES"> - <_title>Save Memo</title> + <_title>Save Memo</_title> <_primary>Would you like to save your changes to this memo?</_primary> <_secondary>You have made changes to this memo, but not yet saved them.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> @@ -255,7 +255,7 @@ </error> <error id="server-version" type="warning"> - <_title>Server Version</title> + <_title>Server Version</_title> <_primary>Some features may not work properly with your current server.</_primary> <_secondary>You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results, the server should be upgraded to a supported version.</_secondary> </error> |