diff options
author | Andre Klapper <a9016009@gmx.de> | 2005-12-20 17:56:44 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2005-12-20 17:56:44 +0800 |
commit | 049e498dc78e7fa71cd3889af3e65d3c240f3f19 (patch) | |
tree | d6e9d8c7c09334c88af0da06c23e83f55ab2b9a2 | |
parent | 3ccc08d7e9303132ddc24aa47d48b059c3a76f23 (diff) | |
download | gsoc2013-evolution-049e498dc78e7fa71cd3889af3e65d3c240f3f19.tar.gz gsoc2013-evolution-049e498dc78e7fa71cd3889af3e65d3c240f3f19.tar.zst gsoc2013-evolution-049e498dc78e7fa71cd3889af3e65d3c240f3f19.zip |
Adding punctation to some error messages. Fixes bug 313144.
2005-12-20 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: Adding punctation to some error messages.
Fixes bug 313144.
svn path=/trunk/; revision=30898
-rw-r--r-- | calendar/calendar.error.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 2fb1df370a..72488a17d2 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -147,14 +147,14 @@ <error id="ask-send-task-pending-download" type="question" default="GTK_RESPONSE_YES"> <_primary>Download in progress. Do you want to save the task?</_primary> - <_secondary xml:space="preserve"> There are few attachments getting downloaded. Saving the task will cause the task to be saved without those pending attachments </_secondary> + <_secondary xml:space="preserve">Some attachments are being downloaded. Saving the task would result in the loss of these attachments.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button _label="_Save" response="GTK_RESPONSE_YES"/> </error> <error id="ask-send-event-pending-download" type="question" default="GTK_RESPONSE_YES"> <_primary>Download in progress. Do you want to save the appointment?</_primary> - <_secondary xml:space="preserve"> There are few attachments getting downloaded. Saving the appointment will cause the appointment to be saved without those pending attachments </_secondary> + <_secondary xml:space="preserve">Some attachments are being downloaded. Saving the appointment would result in the loss of these attachments.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button _label="_Save" response="GTK_RESPONSE_YES"/> </error> @@ -204,27 +204,27 @@ <error id="prompt-send-no-subject-calendar" type="question" default="GTK_RESPONSE_YES"> <_primary>Are you sure you want to send the appointment without a summary?</_primary> - <_secondary>Adding a meaningful Summary to your appointment will give your recipients an idea of what your appointment is about.</_secondary> + <_secondary>Adding a meaningful summary to your appointment will give your recipients an idea of what your appointment is about.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button _label="_Save" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-send-no-subject-task" type="question" default="GTK_RESPONSE_YES"> <_primary>Are you sure you want to send the task without a summary?</_primary> - <_secondary>Adding a meaningful Summary to your task will give your recipients an idea of what your task is about.</_secondary> + <_secondary>Adding a meaningful summary to your task will give your recipients an idea of what your task is about.</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button _label="_Send" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-no-contents-offline-calendar" type="error" default="GTK_RESPONSE_YES"> <_primary>Error loading calendar</_primary> - <_secondary>The calendar is not marked for offline usage</_secondary> + <_secondary>The calendar is not marked for offline usage.</_secondary> <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-no-contents-offline-tasks" type="error" default="GTK_RESPONSE_YES"> <_primary>Error loading task list</_primary> - <_secondary>The task list is not marked for offline usage</_secondary> + <_secondary>The task list is not marked for offline usage.</_secondary> <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/> </error> @@ -236,8 +236,8 @@ <error id="server-version" type="warning"> <title>Server Version</title> - <_primary>Some features may not work properly with your current server</_primary> - <_secondary>You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results the server should be upgraded to a supported version</_secondary> + <_primary>Some features may not work properly with your current server.</_primary> + <_secondary>You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results, the server should be upgraded to a supported version.</_secondary> </error> </error-list> |