I18N: ServersActivity

This commit is contained in:
Sebastian Kaspari 2010-09-05 15:44:20 +02:00
parent 9d2011330f
commit 90459a156f
1 changed files with 1 additions and 1 deletions

View File

@ -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);