1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-11-11 11:44:59 -05: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); service.sendBroadcast(intent);
} else { } else {
throw new CommandException("Text is missing"); throw new CommandException(service.getString(R.string.text_missing));
} }
} }