mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 19:02:17 -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);
|
Server server = Yaaic.getInstance().getServerById(serverId);
|
||||||
|
|
||||||
if (server.getStatus() != Status.DISCONNECTED) {
|
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 {
|
else {
|
||||||
Intent intent = new Intent(this, AddServerActivity.class);
|
Intent intent = new Intent(this, AddServerActivity.class);
|
||||||
|
Loading…
Reference in New Issue
Block a user