diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-07-21 18:52:20 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-07-21 18:52:20 +0800 |
commit | e76234f30314404ad4690a902125f41669641401 (patch) | |
tree | 5394ec1d5d78f8d0d8c875b5194d1e4227148e38 /calendar/calendar.error.xml | |
parent | c6fcc1fbcd70941bef77162b9ee151a72850498d (diff) | |
download | gsoc2013-evolution-e76234f30314404ad4690a902125f41669641401.tar.gz gsoc2013-evolution-e76234f30314404ad4690a902125f41669641401.tar.zst gsoc2013-evolution-e76234f30314404ad4690a902125f41669641401.zip |
improve calendar read-only error message. Fixes bug #342281.
2006-07-21 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: improve calendar read-only error message.
Fixes bug #342281.
svn path=/trunk/; revision=32369
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 084c891f67..a6e69a7dc7 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -219,7 +219,7 @@ <error id="prompt-read-only-cal" type="error" default="GTK_RESPONSE_YES"> <_primary>Cannot create a new event</_primary> - <_secondary>The calendar you have selected is read-only</_secondary> + <_secondary>You have a read-only calendar source selected. Change to Calendar View and highlight a calendar that can accept appointments.</_secondary> <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> </error> |