Browse Source

they asked to change names and stuff

legacy
Austin Huang 4 years ago
parent
commit
bb8f189784
No known key found for this signature in database GPG Key ID: 84C23AA04587A91F
  1. 3
      app/src/main/java/awais/instagrabber/activities/FollowViewer.java
  2. 2
      app/src/main/java/awais/instagrabber/activities/NotificationsViewer.java
  3. 2
      app/src/main/res/values/strings.xml

3
app/src/main/java/awais/instagrabber/activities/FollowViewer.java

@ -63,8 +63,9 @@ public final class FollowViewer extends BaseLanguageActivity implements SwipeRef
followers = intent.getBooleanExtra(Constants.EXTRAS_FOLLOWERS, false); followers = intent.getBooleanExtra(Constants.EXTRAS_FOLLOWERS, false);
name = intent.getStringExtra(Constants.EXTRAS_NAME); name = intent.getStringExtra(Constants.EXTRAS_NAME);
namePost = name + " is";
namePost = name;
if (Utils.isEmpty(name)) { if (Utils.isEmpty(name)) {
// this usually should not occur
name = "You"; name = "You";
namePost = "You're"; namePost = "You're";
} }

2
app/src/main/java/awais/instagrabber/activities/NotificationsViewer.java

@ -54,7 +54,7 @@ public final class NotificationsViewer extends BaseLanguageActivity implements S
notificationsBinding.swipeRefreshLayout.setRefreshing(true); notificationsBinding.swipeRefreshLayout.setRefreshing(true);
setSupportActionBar(notificationsBinding.toolbar.toolbar); setSupportActionBar(notificationsBinding.toolbar.toolbar);
notificationsBinding.toolbar.toolbar.setTitle(R.string.title_notifications);
notificationsBinding.toolbar.toolbar.setTitle(R.string.action_notif);
resources = getResources(); resources = getResources();

2
app/src/main/res/values/strings.xml

@ -190,7 +190,7 @@
<string name="followers_compare">Comparing followers &amp; following</string> <string name="followers_compare">Comparing followers &amp; following</string>
<string name="followers_both_following">Both following each other</string> <string name="followers_both_following">Both following each other</string>
<string name="followers_not_following">not following %s</string> <string name="followers_not_following">not following %s</string>
<string name="followers_not_follower">%s not following</string>
<string name="followers_not_follower">%s is not following</string>
<string name="login_error_loading_cookies">Error loading cookies</string> <string name="login_error_loading_cookies">Error loading cookies</string>
<string name="login_success_loading_cookies">Successfully loaded cookies!\nIf you still can\'t open private pages/posts, re-login!</string> <string name="login_success_loading_cookies">Successfully loaded cookies!\nIf you still can\'t open private pages/posts, re-login!</string>
<string name="comment_hint">Write a new comment...</string> <string name="comment_hint">Write a new comment...</string>

Loading…
Cancel
Save