[evolution-patches] fix for bug 313144



hi all,

this patch should fix bug 313144 and should go into HEAD for 2.5.
please commit since i do not have cvs write access. this patch is also
filed in bugzilla.

this patch includes string breaks.

for any feedback please cc me since i am not a member of this list. 

cheerio,
andre
-- 
 mailto:ak-47 gmx net | failed!
 http://www.iomc.de
Index: evolution/calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2802
diff -u -p -r1.2802 ChangeLog
--- evolution/calendar/ChangeLog	25 Aug 2005 10:26:27 -0000	1.2802
+++ evolution/calendar/ChangeLog	16 Sep 2005 03:44:34 -0000
@@ -1,3 +1,7 @@
+2005-09-16  Andre Klapper  <a9016009 gmx de>
+	Fixes #313144
+	* calendar.error.xml: Fixed error message.
+
 2005-08-24  Chenthill Palanisamy  <pchenthill novell com>
 
 	Fixes #313705
Index: evolution/calendar/calendar.error.xml
===================================================================
RCS file: /cvs/gnome/evolution/calendar/calendar.error.xml,v
retrieving revision 1.3
diff -u -p -r1.3 calendar.error.xml
--- evolution/calendar/calendar.error.xml	6 Jul 2005 07:14:57 -0000	1.3
+++ evolution/calendar/calendar.error.xml	16 Sep 2005 03:44:47 -0000
@@ -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>
@@ -197,34 +197,34 @@
  
  <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>
+  <_primary>Error loading calendar.</_primary>
+  <_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>
+  <_primary>Error loading task list.</_primary>
+  <_secondary>The task list is not marked for offline usage.</_secondary>
   <button stock ="gtk-ok" response="GTK_RESPONSE_YES"/>
  </error>
 
  <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>

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]