diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-02 00:37:05 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-02 00:38:49 +0800 |
commit | 816614eb40ad857b550fe25d3ac84bdeefda7c18 (patch) | |
tree | 4b8fce15e28d16a416c71cd6f0d39744a07021ac /calendar | |
parent | 2e1a8c389948bde089f9de42d4fed683708c7732 (diff) | |
download | gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar.gz gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.tar.zst gsoc2013-evolution-816614eb40ad857b550fe25d3ac84bdeefda7c18.zip |
Bug #261062 - Do not translate untranslatable texts
Diffstat (limited to 'calendar')
-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 b6afd2ea40..cab0525717 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -207,7 +207,7 @@ <error id="editor-error" type="error"> <_primary>Editor could not be loaded.</_primary> - <_secondary>{0}.</_secondary> + <secondary>{0}.</secondary> </error> <error id="prompt-delete-calendar" type="question" modal="true" default="GTK_RESPONSE_CANCEL"> |