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

src/mod/applications/mod_rss/mod_rss.c

index 01e712bb1bb0bc6f0af2e04948e1290a100698a8..61825323a33d9f5899922e135cddfb7a8d9c3c2d 100644 (file)
@@ -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