Skip to content

Commit

Permalink
Merge pull request #57 from matthewmayer/master
Browse files Browse the repository at this point in the history
improve grammar of messages
  • Loading branch information
javiersantos authored Oct 16, 2016
2 parents d516fca + 958d717 commit 9b9d2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>
<string name="appupdater_update_available">New update available!</string>
<string name="appupdater_update_available_description_dialog">Update %1$s is available to download. Downloading the latest update you will get the latest features, improvements and bug fixes for %2$s.</string>
<string name="appupdater_update_available_description_dialog_before_release_notes">Update %1$s is available to download.\n\nYou can get this new features:\n%2$s</string>
<string name="appupdater_update_available_description_dialog">Update %1$s is available to download. By downloading the latest update you will get the latest features, improvements and bug fixes for %2$s.</string>
<string name="appupdater_update_available_description_dialog_before_release_notes">Update %1$s is available to download.\n\nYou can get these new features:\n%2$s</string>
<string name="appupdater_update_available_description_snackbar">Update %1$s is available!</string>
<string name="appupdater_update_available_description_notification">Update %1$s of %2$s is available to download</string>
<string name="appupdater_update_not_available">No updates available</string>
Expand Down

0 comments on commit 9b9d2e6

Please sign in to comment.