aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-08-27 09:43:53 +0200
committeriNPUTmice <daniel@gultsch.de>2014-08-27 09:43:53 +0200
commit431d4ed44ba4e8e01ffe7bef69289a5651366537 (patch)
treed782f7c52579e4794245af12bb46a849a5a4819d /res/xml
parent16eb8c39521a26013df99a75693a8f4516585a87 (diff)
translated missing string in settings
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index b64a477d..ecd90803 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<PreferenceCategory
- android:title="General">
+ android:title="@string/pref_general">
<CheckBoxPreference
android:key="grant_new_contacts"
android:title="@string/pref_grant_presence_updates"