From: Michael Jerris Date: Wed, 14 Jun 2006 16:54:55 +0000 (+0000) Subject: change wording X-Git-Tag: v1.0-beta1~2578 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d712f2e69ac6c5f5e3e78d68680da4f67292db82;p=thirdparty%2Ffreeswitch.git change wording git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1624 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_rss/mod_rss.c b/src/mod/applications/mod_rss/mod_rss.c index 72a4ee1e0e..3dc87bcff0 100644 --- a/src/mod/applications/mod_rss/mod_rss.c +++ b/src/mod/applications/mod_rss/mod_rss.c @@ -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. " - "Choose one of the following Feeds, or press 0 to exit. " + "Select one of the following news sources, or press 0 to exit. " ""); #else snprintf(buf + len, sizeof(buf) - len, "Main Menu. " - "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. " ""); #endif len = (int32_t)strlen(buf);