From 3ab381f0e06d5207e4b0fa288cfed31aaa5fd0de Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Mon, 30 Jul 2012 12:58:36 +0200 Subject: [PATCH] More hardcoded strings passed to string resources --- res/values/strings.xml | 6 +++++- res/xml/preferences.xml | 8 ++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index f6bbc0f5..566a73d8 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -33,7 +33,11 @@ Update interval Update every %1$s minutes Accounts - Manage accounts + Manage accounts + ownCloud App PIN + Protect your ownCloud client + Enable instant uploading + Instantly upload photos taken by camera ownCloud URL Username diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 00d29032..67a7d966 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -8,11 +8,11 @@ android:summary="@string/prefs_summary_select_oc_account" / --> - + + android:title="@string/prefs_instant_upload" + android:summary="@string/prefs_instant_upload_summary"/> -- 2.11.0