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

anthm at freeswitch.org anthm at freeswitch.org
Wed Jun 14 11:56:11 EDT 2006


Author: anthm
Date: Wed Jun 14 11:56:11 2006
New Revision: 1622

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

Log:
wordbreaks

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 11:56:11 2006
@@ -295,12 +295,12 @@
 			switch_core_speech_flush_tts(&sh);
 			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. "
+					 "Choose one of the following Feeds, followed by the pound key or press 0 to exit. "
 					 "<break time=\"600ms\"/>");
 			len = (int32_t)strlen(buf);
 
 			for (idx = 0; idx < feed_index; idx++) {
-				snprintf(buf + len, sizeof(buf) - len, "Feed Number %d %s. <break time=\"600ms\"/>", idx + 1, feed_names[idx]);
+				snprintf(buf + len, sizeof(buf) - len, "Feed Number %d: %s. <break time=\"600ms\"/>", idx + 1, feed_names[idx]);
 				len = (int32_t)strlen(buf);
 			}
 



More information about the Freeswitch-svn mailing list