diff options
-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> |