mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 17:26:03 +00:00
change wording
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1624 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c57a735ac3
commit
d712f2e69a
@ -298,12 +298,12 @@ static void rss_function(switch_core_session_t *session, char *data)
|
|||||||
#ifdef MATCH_COUNT
|
#ifdef MATCH_COUNT
|
||||||
snprintf(buf + len, sizeof(buf) - len,
|
snprintf(buf + len, sizeof(buf) - len,
|
||||||
"Main Menu. <break time=\"600ms\"/> "
|
"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\"/>");
|
"<break time=\"600ms\"/>");
|
||||||
#else
|
#else
|
||||||
snprintf(buf + len, sizeof(buf) - len,
|
snprintf(buf + len, sizeof(buf) - len,
|
||||||
"Main Menu. <break time=\"600ms\"/> "
|
"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\"/>");
|
"<break time=\"600ms\"/>");
|
||||||
#endif
|
#endif
|
||||||
len = (int32_t)strlen(buf);
|
len = (int32_t)strlen(buf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user