diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-23 22:27:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-23 22:35:21 +0800 |
commit | 8adb5b55ca8e2923b25f7a4a47d0f80a21c472b8 (patch) | |
tree | d56b3756a48da36c48e67b7e372b71f02690ee44 | |
parent | 14b4e5fab8c7656a2b837fde02d6228c279953a2 (diff) | |
download | gsoc2013-evolution-8adb5b55ca8e2923b25f7a4a47d0f80a21c472b8.tar.gz gsoc2013-evolution-8adb5b55ca8e2923b25f7a4a47d0f80a21c472b8.tar.zst gsoc2013-evolution-8adb5b55ca8e2923b25f7a4a47d0f80a21c472b8.zip |
Remove an unused calendar error message.
-rw-r--r-- | calendar/calendar.error.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 3ca75905b5..d506a21c07 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -288,13 +288,6 @@ <secondary>{1}</secondary> </error> - <error id="online-operation" type="error"> - <!-- Translators: {0} is replaced with a group name, like CalDAV, Google, or such; - {1} is replaced with a calendar/task/memo list name, where the error happened --> - <_primary>Could not perform this operation on '{0}: {1}'.</_primary> - <_secondary>You must be working online to complete this operation.</_secondary> - </error> - <error id="search-error-generic" type="error"> <secondary>{0}</secondary> </error> |