Skip to content

Commit

Permalink
Mention that Wallet Send Money is only for US, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pilot51 committed Jan 12, 2014
1 parent 152cbfd commit 990dfd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pilot51.voicenotify"
android:installLocation="internalOnly"
android:versionCode="16"
android:versionName="1.0.11">
android:versionCode="17"
android:versionName="1.0.11.1">
<uses-sdk
android:minSdkVersion="4"
android:targetSdkVersion="8"/>
Expand Down
2 changes: 1 addition & 1 deletion res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<item>PayPal</item>
</string-array>
<string name="donate_wallet_title">Donate - Google Wallet</string>
<string name="donate_wallet_message">If you would like to donate via Google Wallet, simply use the Send Money feature and address it to [email protected].\n\nThank you for using and supporting Voice Notify!</string>
<string name="donate_wallet_message">If you are in the United States and would like to donate via Google Wallet, simply use the Send Money feature and address it to [email protected].\nUnfortunately, Send Money is not available outside the US.\n\nThank you for using and supporting Voice Notify!</string>
<string name="donate_wallet_launch_app">Launch Wallet App</string>
<string name="donate_wallet_launch_web">Open Wallet Website</string>
<string name="dev_email">[email protected]</string>
Expand Down

0 comments on commit 990dfd5

Please sign in to comment.