diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/calendar.error.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 7865badfd7..166ae5fc66 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -266,9 +266,8 @@ </error> <error id="prompt-no-contents-offline-memos" type="error" default="GTK_RESPONSE_YES"> - <!-- 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>Error loading memo list '{0}: {1}'</_primary> + <!-- Translators: {0} is the name of the memo list. --> + <_primary>Error loading memo list '{0}'</_primary> <_secondary>The memo list is not marked for offline usage.</_secondary> </error> @@ -286,10 +285,9 @@ </error> <error id="failed-open-memos" type="error" default="GTK_RESPONSE_YES"> - <!-- 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>Error loading memo list '{0}: {1}'</_primary> - <secondary>{2}</secondary> + <!-- Translators: {0} is the name of the memo list. --> + <_primary>Error loading memo list '{0}'</_primary> + <secondary>{1}</secondary> </error> <error id="online-operation" type="error"> |