Add forgotten string
This commit is contained in:
parent
10d6c0360d
commit
680626b220
@ -57,4 +57,5 @@
|
||||
<string name="menu_info">Info</string>
|
||||
<string name="menu_debug">Debug</string>
|
||||
<string name="choose_account_to_login">Choose account to login</string>
|
||||
<string name="login_failed">Login failed.</string>
|
||||
</resources>
|
@ -85,8 +85,7 @@ public class DeviceAccountLogin implements AccountManagerCallback<Bundle> {
|
||||
}
|
||||
|
||||
private void onLoginFailed() {
|
||||
Toast.makeText(mActivity, "Login failed.", Toast.LENGTH_SHORT).show();
|
||||
// TODO l10n
|
||||
Toast.makeText(mActivity, R.string.login_failed, Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
|
||||
private void startAuthentication() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user