Merge pull request #1581 from mfietz/fix_web_icon

Fix Iconify web icon
This commit is contained in:
Martin Fietz 2016-01-21 13:24:23 +01:00
commit 8ffe2caf33
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ public class ItemFragment extends Fragment {
butAction1Text = R.string.mark_read_label; butAction1Text = R.string.mark_read_label;
} }
if (item.getLink() != null) { if (item.getLink() != null) {
butAction2Icon = "{ma-web 24sp}"; butAction2Icon = "{md-web 24sp}";
butAction2Text = R.string.visit_website_label; butAction2Text = R.string.visit_website_label;
} }
} else { } else {