Fixed translation issue
authorbunam.jeon <bunam.jeon@samsung.com>
Thu, 17 Oct 2013 08:29:01 +0000 (17:29 +0900)
committerbunam.jeon <bunam.jeon@samsung.com>
Thu, 17 Oct 2013 08:29:01 +0000 (17:29 +0900)
commit6f4b6042c2707df6a113476230e91d68e04b8e3b
tree217cb403814d080bdb72cd3e0887d7662d492656
parentcf49efda912af8878f95a65dbda00743966aad5b
Fixed translation issue

[Title]    Fixed translation issue
[Issue#]   P131016-02752
[Problem]  "Drag and Drop" text is untranslate when langauge changed directly.
[Cause]    This string is static variables. so does not update.
[Solution] Changes to local variables

Change-Id: Ib73403dedabf4d1b59be2b254d573752c3599ac5
Source/WebCore/platform/efl/tizen/LocalizedStringsTizen.cpp