Skip to content

Commit

Permalink
调整翻译与处理utm参数
Browse files Browse the repository at this point in the history
  • Loading branch information
loveyu committed Jul 13, 2018
1 parent 67c9523 commit 0c3c250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/net/loveyu/wifipwd/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
finish();
return true;
case R.id.action_help:
open_url("https://www.loveyu.org/3356.html?from=android_wifipwd&v=" + getAppVersionName(this));
open_url("https://www.loveyu.org/3356.html?utm_source=android_wifipwd&utm_content=" + getAppVersionName(this));
return true;
case R.id.open_source:
open_url("https://github.com/loveyu/WifiPwd");
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Wifi Password Viewer</string>
<string name="action_exit">Quit</string>
<string name="action_help">Help And Feedback</string>
<string name="can_not_root_permission">Unable to get ROOT permission</string>
<string name="action_exit">Exit</string>
<string name="action_help">Help and Feedback</string>
<string name="can_not_root_permission">Unable to get root privileges.</string>
<string name="can_no_read_file">Unable to read WIFI password file</string>
<string name="notice_reading">Tips: Wifi password is being retrieved</string>
<string name="read_wifi_list_error">Failed to read the list, please re-try ROOT authorized</string>
Expand Down

0 comments on commit 0c3c250

Please sign in to comment.