Change Location Button string 13/90213/1 accepted/tizen/tv/20160929.081825 submit/tizen/20160929.043741
authorkiso.chang <kiso.chang@samsung.com>
Thu, 29 Sep 2016 04:32:47 +0000 (13:32 +0900)
committerkiso.chang <kiso.chang@samsung.com>
Thu, 29 Sep 2016 04:35:12 +0000 (13:35 +0900)
- "Location" to "Done"

Change-Id: I248ccc1cc58d2bff7f395855b7dd78ad2af25fe4
Signed-off-by: kiso.chang <kiso.chang@samsung.com>
src/view/system/view_location.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4f669f7..9867e4d
@@ -204,7 +204,7 @@ static bool _draw_menu_area(struct _priv *priv)
                _ERR("Add button failed.");
                return false;
        }
-       btn2 = utils_add_button(priv->base, PART_VIEW_BOTTOM_BTN2, NULL, STR_LOCATION);
+       btn2 = utils_add_button(priv->base, PART_VIEW_BOTTOM_BTN2, NULL, STR_DONE);
        if (!btn2) {
                _ERR("Add button failed.");
                return false;