projects
/
profile
/
mobile
/
apps
/
web
/
browser.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea4faa
)
Fix the button language don't change issue
87/147087/2
author
cookie
<cookie@samsung.com>
Fri, 1 Sep 2017 01:55:50 +0000
(
01:55
+0000)
committer
jaekuk lee
<juku1999@samsung.com>
Mon, 4 Sep 2017 05:11:15 +0000
(
05:11
+0000)
[ 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>
core/BasicUI/PopupButtons.h
patch
|
blob
|
history
diff --git
a/core/BasicUI/PopupButtons.h
b/core/BasicUI/PopupButtons.h
index
fe4f00f
..
8f82c1a
100755
(executable)
--- 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;
}