mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-24 15:31:56 -05:00
I18N: AddCommandsActivity
This commit is contained in:
parent
8fc5ca054d
commit
c5b52e95c1
@ -134,7 +134,7 @@ public class AddCommandsActivity extends Activity implements OnClickListener, On
|
||||
{
|
||||
final String command = adapter.getItem(position);
|
||||
|
||||
String[] items = { "Remove" };
|
||||
String[] items = { getResources().getString(R.string.action_remove) };
|
||||
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
||||
builder.setTitle(command);
|
||||
|
Loading…
x
Reference in New Issue
Block a user