1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2024-12-25 07:52:58 +01:00

Fix title of "users favorited this" screen

This commit is contained in:
Gran PC 2015-09-03 15:08:24 +02:00
parent c405937400
commit f17517dae7

View File

@ -503,7 +503,7 @@ public class LinkHandlerActivity extends BaseAppCompatActivity implements System
break;
}
case LINK_ID_STATUS_FAVORITERS: {
setTitle(R.string.users_retweeted_this);
setTitle(R.string.users_favorited_this);
break;
}
case LINK_ID_STATUS_REPLIES: {