File tree 4 files changed +4
-5
lines changed
4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ private void restoreActiveFragment(@NonNull String fragmentName) {
271
271
setTitle (getString (R .string .navigation_item_explore ));
272
272
loadFragment (ExploreFragment .newInstance (),false );
273
273
}else if (fragmentName .equals (ActiveFragment .BOOKMARK .name ())) {
274
- setTitle (getString (R .string .favorites ));
274
+ setTitle (getString (R .string .bookmarks ));
275
275
loadFragment (BookmarkFragment .newInstance (),false );
276
276
}
277
277
}
Original file line number Diff line number Diff line change 8
8
import fr .free .nrw .commons .bookmarks .BookmarkFragment ;
9
9
import fr .free .nrw .commons .contributions .ContributionsFragment ;
10
10
import fr .free .nrw .commons .explore .ExploreFragment ;
11
- import fr .free .nrw .commons .explore .categories .search .SearchCategoryFragment ;
12
11
import fr .free .nrw .commons .nearby .fragments .NearbyParentFragment ;
13
12
import org .wikipedia .model .EnumCode ;
14
13
import org .wikipedia .model .EnumCodeMap ;
@@ -38,7 +37,7 @@ public Fragment newInstance() {
38
37
return ExploreFragment .newInstance ();
39
38
}
40
39
},
41
- FAVORITES (R .string .favorites , R .drawable .ic_round_star_border_24px ) {
40
+ BOOKMARKS (R .string .bookmarks , R .drawable .ic_round_star_border_24px ) {
42
41
@ NonNull
43
42
@ Override
44
43
public Fragment newInstance () {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public Fragment newInstance() {
20
20
return ExploreFragment .newInstance ();
21
21
}
22
22
},
23
- FAVORITES (R .string .favorites , R .drawable .ic_round_star_border_24px ) {
23
+ BOOKMARKS (R .string .bookmarks , R .drawable .ic_round_star_border_24px ) {
24
24
@ NonNull
25
25
@ Override
26
26
public Fragment newInstance () {
Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ Upload your first media by tapping on the add button.</string>
594
594
<string name =" resume" >resume</string >
595
595
<string name =" paused" >Paused</string >
596
596
<string name =" more" >More</string >
597
- <string name =" favorites " >Favorites </string >
597
+ <string name =" bookmarks " >Bookmarks </string >
598
598
<string name =" achievements_tab_title" >Achievements</string >
599
599
<string name =" leaderboard_tab_title" >Leaderboard</string >
600
600
<string name =" rank_prefix" >Rank:</string >
You can’t perform that action at this time.
0 commit comments