mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-11 19:45:01 -05:00
I18N: EchoHandler
This commit is contained in:
parent
25cfb5a980
commit
84fedf8be2
@ -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));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user