Browse Source

Merge pull request #162 from nextcloud/renameInstantUploadPath

rename instant upload path
Andy Scherzinger 8 years ago
parent
commit
9ce3297f65
1 changed files with 2 additions and 2 deletions
  1. 2 2
      res/values/strings.xml

+ 2 - 2
res/values/strings.xml

@@ -303,7 +303,7 @@
     <string name="preview_image_error_unknown_format">This image cannot be shown</string>
 
     <string name="error__upload__local_file_not_copied">%1$s could not be copied to %2$s local folder</string>
-    <string name="prefs_instant_upload_path_title">Upload path</string>
+    <string name="prefs_instant_upload_path_title">Instant upload folder</string>
     <string name="prefs_instant_upload_path_use_subfolders_title">Use subfolders</string>
     <string name="prefs_instant_upload_path_use_subfolders_summary">Store in subfolders based on year and month</string>
 
@@ -377,7 +377,7 @@
     <string name="prefs_category_instant_uploading">Instant uploads</string>
     <string name="prefs_category_details">Details</string>
 
-	<string name="prefs_instant_video_upload_path_title">Upload video path</string>
+	<string name="prefs_instant_video_upload_path_title">Instant upload video folder</string>
     <string name="sync_folder_failed_content">Synchronization of %1$s folder could not be completed</string>
 
 	<string name="shared_subject_header">shared</string>