Missed changes

This commit is contained in:
str4d
2015-03-31 12:36:38 +00:00
parent 601d3c0ee3
commit 3de78063f2
2 changed files with 4 additions and 4 deletions

View File

@ -130,9 +130,9 @@ public class TunnelsContainer extends Fragment implements
@Override
public CharSequence getPageTitle(int position) {
switch (position) {
case 0:
case FRAGMENT_ID_CLIENT:
return mContext.getString(R.string.label_i2ptunnel_client);
case 1:
case FRAGMENT_ID_SERVER:
return mContext.getString(R.string.label_i2ptunnel_server);
default:
return null;

View File

@ -116,9 +116,9 @@ public class AddressbookContainer extends Fragment
@Override
public CharSequence getPageTitle(int position) {
switch (position) {
case 0:
case FRAGMENT_ID_ROUTER:
return mContext.getString(R.string.label_router);
case 1:
case FRAGMENT_ID_PRIVATE:
return mContext.getString(R.string.label_private);
default:
return null;