Эх сурвалжийг харах

fixed feature list / string for revamped what's new images

AndyScherzinger 8 жил өмнө
parent
commit
a49b54419a

+ 3 - 7
res/values/strings.xml

@@ -548,19 +548,15 @@
     <!-- What's new feature and texts to show -->
     <string name="whats_new_title">What\'s new in Nextcloud</string>
 
-    <!-- Welcome to oC intro features -->
+    <!-- Welcome to Nc intro features -->
     <string name="welcome_feature_1_title">Instant upload</string>
     <string name="welcome_feature_1_text">Keep your photos safe</string>
 
     <string name="welcome_feature_2_title">Manage all your files</string>
     <string name="welcome_feature_2_text">You can delete, move</string>
 
-    <string name="welcome_feature_3_title">Share</string>
-    <string name="welcome_feature_3_text">You can share files and folders</string>
+    <string name="welcome_feature_3_title">MultiAccount</string>
+    <string name="welcome_feature_3_text">Connect to all your clouds</string>
 
-    <string name="welcome_feature_4_title">MultiAccount</string>
-    <string name="welcome_feature_4_text">Connect to all your clouds</string>
-
-    <string name="welcome_feature_5_title">Your private files synced anywhere</string>
     <string name="whats_new_skip">Skip</string>
 </resources>

+ 1 - 4
src/com/owncloud/android/features/FeatureList.java

@@ -50,11 +50,8 @@ public class FeatureList {
             new FeatureItem(R.drawable.whats_new_files,
                     R.string.welcome_feature_2_title, R.string.welcome_feature_2_text,
                     VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN),
-            new FeatureItem(R.drawable.whats_new_share,
-                    R.string.welcome_feature_3_title, R.string.welcome_feature_3_text,
-                    VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN),
             new FeatureItem(R.drawable.whats_new_accounts,
-                    R.string.welcome_feature_4_title, R.string.welcome_feature_4_text,
+                    R.string.welcome_feature_3_title, R.string.welcome_feature_3_text,
                     VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN),
             // Features introduced in certain point in time
     };