]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
change wording
authorMichael Jerris <mike@jerris.com>
Wed, 14 Jun 2006 16:54:55 +0000 (16:54 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 14 Jun 2006 16:54:55 +0000 (16:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1624 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_rss/mod_rss.c

index 72a4ee1e0e9fe66ed0069272ce39b3cc99b4a4e5..3dc87bcff09fbd537e26453b8d9c49cbe5e23153 100644 (file)
@@ -298,12 +298,12 @@ static void rss_function(switch_core_session_t *session, char *data)
 #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);