mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 17:02:21 -05:00
I18N: ServersActivity
This commit is contained in:
parent
9d2011330f
commit
90459a156f
@ -206,7 +206,7 @@ public class ServersActivity extends ListActivity implements ServiceConnection,
|
||||
Server server = Yaaic.getInstance().getServerById(serverId);
|
||||
|
||||
if (server.getStatus() != Status.DISCONNECTED) {
|
||||
Toast.makeText(this, "Disconnect from server before editing", Toast.LENGTH_SHORT).show();
|
||||
Toast.makeText(this, getResources().getString(R.string.disconnect_before_editing), Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
else {
|
||||
Intent intent = new Intent(this, AddServerActivity.class);
|
||||
|
Loading…
Reference in New Issue
Block a user