Skip to content

Commit

Permalink
Merge pull request #4 from milkice233/pr-2
Browse files Browse the repository at this point in the history
Fixed missing apostrophe
  • Loading branch information
milkice233 authored Dec 10, 2017
2 parents 2fbdd5a + 6f25d32 commit b6e51a6
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -131,7 +131,7 @@
<string name="stop_webqq_summary">Force stop Mojo-Webqq on server</string>
<string name="status_version_not_match">Server version (%1$s) do not match client requirement (%2$s), some features may not work as excepted.</string>
<string name="dialog_config_not_uploaded_title">Settings have been changed</string>
<string name="dialog_config_not_uploaded_message">You will lost your changes if you didn't upload them to server.</string>
<string name="dialog_config_not_uploaded_message">You will lost your changes if you didn\'t upload them to server.</string>
<string name="dialog_config_not_uploaded_exit">Discard changes</string>
<string name="dialog_config_not_uploaded_upload">Upload</string>
<string name="settings_per_group_title">Per-group settings</string>
Expand Down

0 comments on commit b6e51a6

Please sign in to comment.