diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-02-11 01:01:10 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-02-11 01:01:10 +0800 |
commit | 9faa7842de23cac796104c475e74a4e8fc8e07fc (patch) | |
tree | 2d9cee39fdec1067514f47f4ae528a802144e848 /calendar/calendar.error.xml | |
parent | f409726d4e78a0f4fc975bc3205e321740de8f94 (diff) | |
download | gsoc2013-evolution-9faa7842de23cac796104c475e74a4e8fc8e07fc.tar.gz gsoc2013-evolution-9faa7842de23cac796104c475e74a4e8fc8e07fc.tar.zst gsoc2013-evolution-9faa7842de23cac796104c475e74a4e8fc8e07fc.zip |
String changes for improved error-messages and a schema-description.
M addressbook/ChangeLog
M addressbook/addressbook.error.xml
M mail/ChangeLog
M mail/mail-config.glade
M mail/evolution-mail.schemas.in
M calendar/calendar.error.xml
M calendar/gui/dialogs/comp-editor.c
M calendar/gui/e-calendar-view.c
M calendar/ChangeLog
svn path=/trunk/; revision=34982
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 95431369af..6a51831d4f 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -230,7 +230,8 @@ <error id="prompt-read-only-cal" type="error" default="GTK_RESPONSE_YES"> <_primary>Cannot create a new event</_primary> - <_secondary>You have a read-only calendar source selected. Change to Calendar View and highlight a calendar that can accept appointments.</_secondary> + <!-- For Translators: {0} is the name of the calendar source --> + <_secondary>'{0}' is a read-only calendar source. Switch to Calendar View and highlight a calendar that can accept appointments.</_secondary> <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> </error> |