]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
wordbreaks
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 14 Jun 2006 15:56:11 +0000 (15:56 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 14 Jun 2006 15:56:11 +0000 (15:56 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1622 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_rss/mod_rss.c

index 61825323a33d9f5899922e135cddfb7a8d9c3c2d..7e45ea906c16a223c7c33936fe2da6f08899ed43 100644 (file)
@@ -295,12 +295,12 @@ static void rss_function(switch_core_session_t *session, char *data)
                        switch_core_speech_flush_tts(&sh);
                        snprintf(buf + len, sizeof(buf) - len, 
                                         "Main Menu. <break time=\"600ms\"/> "
-                                        "Choose one of the following Feeds followed by the pound key or press 0 to exit. "
+                                        "Choose one of the following Feeds, followed by the pound key or press 0 to exit. "
                                         "<break time=\"600ms\"/>");
                        len = (int32_t)strlen(buf);
 
                        for (idx = 0; idx < feed_index; idx++) {
-                               snprintf(buf + len, sizeof(buf) - len, "Feed Number %d %s. <break time=\"600ms\"/>", idx + 1, feed_names[idx]);
+                               snprintf(buf + len, sizeof(buf) - len, "Feed Number %d: %s. <break time=\"600ms\"/>", idx + 1, feed_names[idx]);
                                len = (int32_t)strlen(buf);
                        }