1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2024-12-25 16:02:42 +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; break;
} }
case LINK_ID_STATUS_FAVORITERS: { case LINK_ID_STATUS_FAVORITERS: {
setTitle(R.string.users_retweeted_this); setTitle(R.string.users_favorited_this);
break; break;
} }
case LINK_ID_STATUS_REPLIES: { case LINK_ID_STATUS_REPLIES: {