Skip to content

Commit

Permalink
correct spanish (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2049r authored Jan 18, 2018
1 parent c9927ed commit 3616113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.m2049r.xmrwallet"
minSdkVersion 21
targetSdkVersion 25
versionCode 70
versionName "1.3.10 'Satoshis Dream'"
versionCode 71
versionName "1.3.11 'Satoshis Dream'"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -328,5 +328,5 @@
<string name="receive_bitcoin_paymentid_invalid">Debe quedar vacío con una dirección Bitcoin</string>
<string name="about_whoami">Soy monerujo</string>
<string name="info_send_xmrto_success_order_label">Orden XMR.TO</string>
<string name="info_xmrto_enabled">Pago de BTC posible, toque para más info.</string>
<string name="info_xmrto_enabled">Pago en BTC activado, toca para más info.</string>
</resources>

0 comments on commit 3616113

Please sign in to comment.