[access] remove comma from text to read - TTS engine issue, Tizen only
authorShinwoo Kim <cinoo.kim@samsung.com>
Tue, 25 Jun 2013 05:50:00 +0000 (14:50 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 27 Jun 2013 04:07:54 +0000 (13:07 +0900)
Change-Id: I012479b45f69828480cd7dceff8734cd0d1db268

src/lib/elm_access.c

index c01e82a..d507af6 100644 (file)
@@ -273,7 +273,7 @@ _access_highlight_read(Elm_Access_Info *ac, Evas_Object *obj)
              if (txt && (strlen(txt) > 0))
                {
                   if (eina_strbuf_length_get(strbuf) > 0)
-                    eina_strbuf_append_printf(strbuf, ", %s", txt);
+                    eina_strbuf_append_printf(strbuf, " %s", txt);
                   else
                     eina_strbuf_append(strbuf, txt);