Skip to content

Commit a49b544

Browse files
fixed feature list / string for revamped what's new images
1 parent 4f7b341 commit a49b544

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

res/values/strings.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -548,19 +548,15 @@
548548
<!-- What's new feature and texts to show -->
549549
<string name="whats_new_title">What\'s new in Nextcloud</string>
550550

551-
<!-- Welcome to oC intro features -->
551+
<!-- Welcome to Nc intro features -->
552552
<string name="welcome_feature_1_title">Instant upload</string>
553553
<string name="welcome_feature_1_text">Keep your photos safe</string>
554554

555555
<string name="welcome_feature_2_title">Manage all your files</string>
556556
<string name="welcome_feature_2_text">You can delete, move</string>
557557

558-
<string name="welcome_feature_3_title">Share</string>
559-
<string name="welcome_feature_3_text">You can share files and folders</string>
558+
<string name="welcome_feature_3_title">MultiAccount</string>
559+
<string name="welcome_feature_3_text">Connect to all your clouds</string>
560560

561-
<string name="welcome_feature_4_title">MultiAccount</string>
562-
<string name="welcome_feature_4_text">Connect to all your clouds</string>
563-
564-
<string name="welcome_feature_5_title">Your private files synced anywhere</string>
565561
<string name="whats_new_skip">Skip</string>
566562
</resources>

src/com/owncloud/android/features/FeatureList.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,8 @@ public class FeatureList {
5050
new FeatureItem(R.drawable.whats_new_files,
5151
R.string.welcome_feature_2_title, R.string.welcome_feature_2_text,
5252
VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN),
53-
new FeatureItem(R.drawable.whats_new_share,
54-
R.string.welcome_feature_3_title, R.string.welcome_feature_3_text,
55-
VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN),
5653
new FeatureItem(R.drawable.whats_new_accounts,
57-
R.string.welcome_feature_4_title, R.string.welcome_feature_4_text,
54+
R.string.welcome_feature_3_title, R.string.welcome_feature_3_text,
5855
VERSION_1_0_0, BETA_VERSION_0, SHOW_ON_FIRST_RUN),
5956
// Features introduced in certain point in time
6057
};

0 commit comments

Comments
 (0)