1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-02-24 15:31:56 -05:00

I18N: AddCommandsActivity

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

View File

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