summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcookie <cookie@samsung.com>2017-09-01 01:55:50 +0000
committerjaekuk lee <juku1999@samsung.com>2017-09-04 05:11:15 +0000
commit234cb7fd8b89eb651e289a63f43f50c7738cde3b (patch)
tree011478ccf8c63796e359ecf0d0c35a0c6e5a4f8d
parent2ea4faa4f6825b10f199033eb6c3fc120adb58c2 (diff)
downloadbrowser-234cb7fd8b89eb651e289a63f43f50c7738cde3b.tar.gz
browser-234cb7fd8b89eb651e289a63f43f50c7738cde3b.tar.bz2
browser-234cb7fd8b89eb651e289a63f43f50c7738cde3b.zip
Fix the button language don't change issue
[ Problem] Settings -> language -> Korea Display "Add to HomeScreen" popup Don't change the lanugage [ Solution ]Apply the IDS_BR_POP_NEVER Change-Id: I8f94843bc4cf58782407bcac4266b82936874242 Signed-off-by: cookie <cookie@samsung.com>
-rwxr-xr-xcore/BasicUI/PopupButtons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/BasicUI/PopupButtons.h b/core/BasicUI/PopupButtons.h
index fe4f00f..8f82c1a 100755
--- a/core/BasicUI/PopupButtons.h
+++ b/core/BasicUI/PopupButtons.h
@@ -58,7 +58,7 @@ namespace base_ui
m[DELETE] = "IDS_BR_SK_DELETE_ABB";
m[BACK_TO_SAFETY] = "Back to safety";
m[VIEW_CERTIFICATE] = "IDS_BR_OPT_VIEW_CERTIFICATE";
- m[NEVER] = "Never";
+ m[NEVER] = "IDS_BR_POP_NEVER";
return m;
}