Commit 55b84d16 authored by RJ Trujillo's avatar RJ Trujillo Committed by John Wu

Improve dialog strings

* A space should never follow a question mark or any form of punctuation
* Multiple exclamation marks are not needed
parent 34ae8bac
...@@ -101,13 +101,13 @@ ...@@ -101,13 +101,13 @@
<string name="ok">OK</string> <string name="ok">OK</string>
<string name="close">Close</string> <string name="close">Close</string>
<string name="repo_install_title">Install %1$s</string> <string name="repo_install_title">Install %1$s</string>
<string name="repo_install_msg">Do you want to install %1$s ?</string> <string name="repo_install_msg">Do you want to install %1$s now?</string>
<string name="download_install">Download &amp; Install</string> <string name="download_install">Download &amp; Install</string>
<string name="download">Download</string> <string name="download">Download</string>
<string name="goto_install">Go to \"Install\" section</string> <string name="goto_install">Go to \"Install\" section</string>
<string name="download_file_error">Error downloading file</string> <string name="download_file_error">Error downloading file</string>
<string name="install_error">Installation error!</string> <string name="install_error">Installation error!</string>
<string name="invalid_zip">The zip is not a Magisk Module!!</string> <string name="invalid_zip">This zip is not a Magisk Module!</string>
<string name="reboot_title">Installation succeeded!</string> <string name="reboot_title">Installation succeeded!</string>
<string name="reboot_msg">Do you want to reboot now?</string> <string name="reboot_msg">Do you want to reboot now?</string>
<string name="reboot">Reboot</string> <string name="reboot">Reboot</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment