diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-08-20 14:00:18 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-08-20 14:01:00 +0800 |
commit | 3afe1d68fc5ed8a69da165221228881ff877c863 (patch) | |
tree | 66985dd8d4dd9a61bfbdb9174bafa8e22ec43b46 | |
parent | 0d748560e07eb19a6f064d63df9a38d9a035029f (diff) | |
download | gsoc2013-evolution-3afe1d68fc5ed8a69da165221228881ff877c863.tar.gz gsoc2013-evolution-3afe1d68fc5ed8a69da165221228881ff877c863.tar.zst gsoc2013-evolution-3afe1d68fc5ed8a69da165221228881ff877c863.zip |
Fix typo. Fixes bug #682214
-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 884fab9d6e..1dc93ee0ad 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -235,7 +235,7 @@ <error id="prompt-delete-remote-memo-list" type="question" default="GTK_RESPONSE_CANCEL"> <_primary>Delete remote memo list "{0}"?</_primary> - <_secondary>This will permanently remote the memo list "{0}" from the server. Are you sure you want to proceed?</_secondary> + <_secondary>This will permanently remove the memo list "{0}" from the server. Are you sure you want to proceed?</_secondary> <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/> <button _label="_Delete From Server" response="GTK_RESPONSE_YES"/> </error> |