diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-03-09 21:54:22 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-03-09 21:54:22 +0100 |
commit | e40e51e60f836293434e44a861c48ae4a9de8726 (patch) | |
tree | f10e999044d466ca05df283e7c8aa3f12240cf0c /src/de | |
parent | d3f9fddfa8361713250206d97e91fc414be0fab5 (diff) | |
download | AntennaPod-e40e51e60f836293434e44a861c48ae4a9de8726.zip |
Used wrong label for tab
Diffstat (limited to 'src/de')
-rw-r--r-- | src/de/danoeh/antennapod/activity/MainActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/activity/MainActivity.java b/src/de/danoeh/antennapod/activity/MainActivity.java index 5732c4a32..2bca3ac6b 100644 --- a/src/de/danoeh/antennapod/activity/MainActivity.java +++ b/src/de/danoeh/antennapod/activity/MainActivity.java @@ -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); |