[Freeswitch-svn] [commit] r1624 - freeswitch/trunk/src/mod/applications/mod_rss

mikej at freeswitch.org mikej at freeswitch.org
Wed Jun 14 12:54:55 EDT 2006


Author: mikej
Date: Wed Jun 14 12:54:55 2006
New Revision: 1624

Modified:
   freeswitch/trunk/src/mod/applications/mod_rss/mod_rss.c

Log:
change wording

Modified: freeswitch/trunk/src/mod/applications/mod_rss/mod_rss.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_rss/mod_rss.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_rss/mod_rss.c	Wed Jun 14 12:54:55 2006
@@ -298,12 +298,12 @@
 #ifdef MATCH_COUNT
 			snprintf(buf + len, sizeof(buf) - len, 
 					 "Main Menu. <break time=\"600ms\"/> "
-					 "Choose one of the following Feeds, or press 0 to exit. "
+					 "Select one of the following news sources, or press 0 to exit. "
 					 "<break time=\"600ms\"/>");
 #else
 			snprintf(buf + len, sizeof(buf) - len, 
 					 "Main Menu. <break time=\"600ms\"/> "
-					 "Choose one of the following Feeds, followed by the pound key or press 0 to exit. "
+					 "Select one of the following news sources, followed by the pound key or press 0 to exit. "
 					 "<break time=\"600ms\"/>");
 #endif
 			len = (int32_t)strlen(buf);



More information about the Freeswitch-svn mailing list