浏览代码

Merge pull request #1314 from owncloud/prefDetails

Renamed "security" category to "details" in app settings, for further use
David A. Velasco 9 年之前
父节点
当前提交
a827cfa791
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      res/values/strings.xml
  2. 4 4
      res/xml/preferences.xml

+ 1 - 1
res/values/strings.xml

@@ -344,7 +344,7 @@
     <string name="forbidden_permissions_copy">to copy this file</string>
 
     <string name="prefs_category_instant_uploading">Instant uploads</string>
-	<string name="prefs_category_security">Security</string>
+    <string name="prefs_category_details">Details</string>
 
 	<string name="prefs_instant_video_upload_path_title">Upload video path</string>
     <string name="sync_folder_failed_content">Synchronization of %1$s folder could not be completed</string>

+ 4 - 4
res/xml/preferences.xml

@@ -20,10 +20,6 @@
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
     <PreferenceCategory android:title="@string/prefs_category_accounts" android:key="accounts_category">
     </PreferenceCategory>
-    
-	<PreferenceCategory android:title="@string/prefs_category_security">
-	    <android.preference.CheckBoxPreference android:title="@string/prefs_passcode" android:key="set_pincode" />
-	</PreferenceCategory>
 
     <PreferenceCategory android:title="@string/prefs_category_instant_uploading" android:key="instant_uploading_category">
 		<com.owncloud.android.ui.CheckBoxPreferenceWithLongTitle android:key="instant_uploading"
@@ -61,6 +57,10 @@
 	                        android:summary="@string/prefs_log_summary_history"/ -->
                         
     </PreferenceCategory>
+
+	<PreferenceCategory android:title="@string/prefs_category_details">
+		<android.preference.CheckBoxPreference android:title="@string/prefs_passcode" android:key="set_pincode" />
+	</PreferenceCategory>
 	
 	<PreferenceCategory android:title="@string/prefs_category_more" android:key="more">
     <Preference android:title="@string/prefs_help" android:key="help" />