Explorar el Código

change documentation

AndyScherzinger hace 8 años
padre
commit
b2e8cff801
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/com/owncloud/android/ui/activity/Preferences.java

+ 1 - 1
src/com/owncloud/android/ui/activity/Preferences.java

@@ -369,7 +369,7 @@ public class Preferences extends PreferenceActivity
         mPrefInstantUploadCategory = (PreferenceCategory) findPreference("instant_uploading_category");
 
         if (Build.VERSION.SDK_INT < Build.VERSION_CODES.M) {
-            // Instant upload via preferences on pre pre M
+            // Instant upload via preferences on pre Android Marshmallow
             mPrefInstantUploadPath = findPreference("instant_upload_path");
             if (mPrefInstantUploadPath != null) {