提交 838f9518 authored 作者: Michael Jerris's avatar Michael Jerris

simplify some wording.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1621 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 8e84e296
......@@ -471,7 +471,7 @@ static void rss_function(switch_core_session_t *session, char *data)
char cmd[5] = "";
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. ",
......@@ -537,7 +537,7 @@ static void rss_function(switch_core_session_t *session, char *data)
if (switch_test_flag(&dtb, SFLAG_INFO)) {
switch_clear_flag(&dtb, SFLAG_INFO);
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.voice,
dtb.speed
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论