[Commits] vcal_folder.c 1.2.2.119 1.2.2.120

ticho at claws-mail.org ticho at claws-mail.org
Thu Jul 12 00:01:25 CEST 2012


Update of /home/claws-mail/plugins/vcalendar/src
In directory srv:/tmp/cvs-serv17550/src

Modified Files:
      Tag: gtk2
	vcal_folder.c 
Log Message:
2012-07-11 [ticho]	2.0.13cvs2

	* src/vcal_folder.c
		Use dngettext() in calls to inc_offline_should_override().

Index: vcal_folder.c
===================================================================
RCS file: /home/claws-mail/plugins/vcalendar/src/vcal_folder.c,v
retrieving revision 1.2.2.119
retrieving revision 1.2.2.120
diff -u -d -r1.2.2.119 -r1.2.2.120
--- vcal_folder.c	6 Nov 2011 12:06:21 -0000	1.2.2.119
+++ vcal_folder.c	11 Jul 2012 22:01:23 -0000	1.2.2.120
@@ -1872,7 +1872,7 @@
 	if (prefs_common_get_prefs()->work_offline) {
 		if (!verbose || 
 		!inc_offline_should_override(TRUE,
-		   _("Claws Mail needs network access in order "
+		   D_(TEXTDOMAIN, "Claws Mail needs network access in order "
 		     "to update the Webcal feed.")))
 			return;
 	}
@@ -1891,7 +1891,7 @@
 
 	if (prefs_common_get_prefs()->work_offline && 
 	    !inc_offline_should_override(TRUE,
-		     _("Claws Mail needs network access in order "
+		     D_(TEXTDOMAIN, "Claws Mail needs network access in order "
 		     "to update the subscription.")))
 		return;
 



More information about the Commits mailing list