Used wrong label for tab

This commit is contained in:
daniel oeh 2013-03-09 21:54:22 +01:00
parent d3f9fddfa8
commit e40e51e60f

View File

@ -69,7 +69,7 @@ public class MainActivity extends SherlockFragmentActivity {
viewpager.setAdapter(pagerAdapter);
Tab feedsTab = getSupportActionBar().newTab();
feedsTab.setText(R.string.feeds_label);
feedsTab.setText(R.string.podcasts_label);
Tab episodesTab = getSupportActionBar().newTab();
episodesTab.setText(R.string.episodes_label);