Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kontalk devteam committed May 7, 2016
2 parents 81b61e4 + 1aed3b9 commit aacf0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/org/kontalk/ui/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
new AlertDialogWrapper.Builder(this)
.setIcon(android.R.drawable.ic_dialog_alert)
.setTitle(R.string.title_huawei_protected_apps)
.setMessage(getString(R.string.msg_huawei_protected_apps, getString(R.string.app_name)))
.setMessage(R.string.msg_huawei_protected_apps)
.setView(dontShowAgain)
.setPositiveButton(R.string.btn_huawei_protected_apps, new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int which) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
<string name="learn_more">Learn more</string>

<string name="title_huawei_protected_apps">Huawei Protected Apps</string>
<string name="msg_huawei_protected_apps">%s requires to be enabled in Protected Apps to function properly.%n</string>
<string name="msg_huawei_protected_apps">Kontalk requires to be enabled in Protected Apps to function properly.\n</string>
<string name="btn_huawei_protected_apps">Protected Apps</string>
<string name="check_do_not_show_again">Do not show again</string>

Expand Down

0 comments on commit aacf0e9

Please sign in to comment.