mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-11 11:44:59 -05:00
I18N: AddChannelActivity
This commit is contained in:
parent
17aba7ca71
commit
8fc5ca054d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user