From 56f6d1ba2dab115ede4377eafc795844cd18c24a Mon Sep 17 00:00:00 2001 From: Shinwoo Kim Date: Tue, 25 Jun 2013 14:50:00 +0900 Subject: [PATCH] [access] remove comma from text to read - TTS engine issue, Tizen only Change-Id: I012479b45f69828480cd7dceff8734cd0d1db268 --- src/lib/elm_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_access.c b/src/lib/elm_access.c index c01e82a..d507af6 100644 --- a/src/lib/elm_access.c +++ b/src/lib/elm_access.c @@ -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); -- 2.7.4