diff options
author | Vibha Yadav <yvibha@suse.com> | 2012-04-04 17:51:34 +0800 |
---|---|---|
committer | Vibha Yadav <yvibha@suse.com> | 2012-04-04 17:51:34 +0800 |
commit | 891d6dafa34b0fd597291a711f094549d478783c (patch) | |
tree | d14e25dc691b1fb09317660099338594f2270e5f /calendar | |
parent | 62c2c75d78ec5912fb8b5d05ac9eb563922f6173 (diff) | |
download | gsoc2013-evolution-891d6dafa34b0fd597291a711f094549d478783c.tar.gz gsoc2013-evolution-891d6dafa34b0fd597291a711f094549d478783c.tar.zst gsoc2013-evolution-891d6dafa34b0fd597291a711f094549d478783c.zip |
Bug #670967 - Moving event in offline mode
Missed error message for previous commit.
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/calendar.error.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index e1c9b3f5bb..236f2479fd 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -309,4 +309,9 @@ <_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> + <error id="online-operation" type="error"> + <_primary>Could not perform this operation.</_primary> + <_secondary>You must be working online to complete this operation.</_secondary> + </error> + </error-list> |