simplify some wording.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1621 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-06-14 14:54:43 +00:00
parent 8e84e29693
commit 838f9518c9
1 changed files with 2 additions and 2 deletions

View File

@ -471,7 +471,7 @@ static void rss_function(switch_core_session_t *session, char *data)
char cmd[5] = ""; char cmd[5] = "";
switch_time_exp_lt(&tm, switch_time_now()); switch_time_exp_lt(&tm, switch_time_now());
switch_strftime(date, &retsize, sizeof(date), "%A, %B %d, %Y. %I:%M %p", &tm); switch_strftime(date, &retsize, sizeof(date), "%I:%M %p", &tm);
snprintf(buf, sizeof(buf), "%s. %s. %s. local time: %s, Press 0 for options, 5 to change voice, or pound to return to the main menu. ", snprintf(buf, sizeof(buf), "%s. %s. %s. local time: %s, Press 0 for options, 5 to change voice, or pound to return to the main menu. ",
@ -537,7 +537,7 @@ static void rss_function(switch_core_session_t *session, char *data)
if (switch_test_flag(&dtb, SFLAG_INFO)) { if (switch_test_flag(&dtb, SFLAG_INFO)) {
switch_clear_flag(&dtb, SFLAG_INFO); switch_clear_flag(&dtb, SFLAG_INFO);
snprintf(buf + len, sizeof(buf) - len, snprintf(buf + len, sizeof(buf) - len,
"Hello my name is %s %s. I am speaking at %u words per minute. ", "%s %s. I am speaking at %u words per minute. ",
sh.engine, sh.engine,
sh.voice, sh.voice,
dtb.speed dtb.speed