aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-08-16 10:39:59 +0200
committerChristian Schneppe <christian@pix-art.de>2016-08-26 19:41:18 +0200
commitda1edafd495b82a0a9b176f7718cd3fe7b334521 (patch)
tree87e3db8671b84de9177d758de43761c24e7d4448 /src/main/res/values
parentbbf63481873eaa39a215b6c5b2f88f16ba807d61 (diff)
add payment required error
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index b2aaaf2c9..baec6bad6 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -685,4 +685,5 @@
<string name="databaseimport_started">Backup will be imported, this may take awhile.</string>
<string name="pref_export_plain_text_logs_summary">Enable an export of chat logs as human readable text files</string>
<string name="pref_export_plain_text_logs">Export human readable chat logs</string>
+ <string name="payment_required">Payment required</string>
</resources>