1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

I18N: AddChannelActivity

This commit is contained in:
Sebastian Kaspari 2010-09-05 15:31:29 +02:00
parent 17aba7ca71
commit 8fc5ca054d

View File

@ -119,7 +119,7 @@ public class AddChannelActivity extends Activity implements OnClickListener, OnI
{
final String channel = adapter.getItem(position);
String[] items = { "Remove" };
String[] items = { getResources().getString(R.string.action_remove) };
AlertDialog.Builder builder = new AlertDialog.Builder(this);
builder.setTitle(channel);