diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-23 22:24:24 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-23 22:35:21 +0800 |
commit | 14b4e5fab8c7656a2b837fde02d6228c279953a2 (patch) | |
tree | 09206b2a0f03efbb9cf8ae54256c46c0cf2b4345 /calendar | |
parent | 820f8dfae64bc73e8bc48b52b3dad225defcc4fa (diff) | |
download | gsoc2013-evolution-14b4e5fab8c7656a2b837fde02d6228c279953a2.tar gsoc2013-evolution-14b4e5fab8c7656a2b837fde02d6228c279953a2.tar.gz gsoc2013-evolution-14b4e5fab8c7656a2b837fde02d6228c279953a2.tar.bz2 gsoc2013-evolution-14b4e5fab8c7656a2b837fde02d6228c279953a2.tar.lz gsoc2013-evolution-14b4e5fab8c7656a2b837fde02d6228c279953a2.tar.xz gsoc2013-evolution-14b4e5fab8c7656a2b837fde02d6228c279953a2.tar.zst gsoc2013-evolution-14b4e5fab8c7656a2b837fde02d6228c279953a2.zip |
ETaskShellSidebar: Use e_source_registry_dup_unique_display_name().
Use a standard format for naming an ESource in user-visible messages.
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 166ae5fc66..3ca75905b5 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -259,9 +259,8 @@ </error> <error id="prompt-no-contents-offline-tasks" 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 task list '{0}: {1}'</_primary> + <!-- Translators: {0} is the name of the task list. --> + <_primary>Error loading task list '{0}'</_primary> <_secondary>The task list is not marked for offline usage.</_secondary> </error> @@ -278,10 +277,9 @@ </error> <error id="failed-open-tasks" 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 task list '{0}: {1}'</_primary> - <secondary>{2}</secondary> + <!-- Translators: {0} is the name of the task list. --> + <_primary>Error loading task list '{0}'</_primary> + <secondary>{1}</secondary> </error> <error id="failed-open-memos" type="error" default="GTK_RESPONSE_YES"> |