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

I18N: EchoHandler

This commit is contained in:
Sebastian Kaspari 2010-09-05 16:24:41 +02:00
parent 25cfb5a980
commit 84fedf8be2

View File

@ -56,7 +56,7 @@ public class EchoHandler extends BaseHandler
);
service.sendBroadcast(intent);
} else {
throw new CommandException("Text is missing");
throw new CommandException(service.getString(R.string.text_missing));
}
}