未验证 提交 82bbf982 编写于 作者: R Rafael Carreira 提交者: GitHub

Fix a small typo in popup error message

"No databases fond on the server" -> "No databases found on the server"
上级 dd563c8e
......@@ -441,7 +441,7 @@ public class PostgreDataSource extends JDBCDataSource implements DBSObjectSelect
final List<PostgreDatabase> allDatabases = databaseCache.getCachedObjects();
if (allDatabases.isEmpty()) {
// Looks like we are not connected or in connection process right now - no instance then
throw new IllegalStateException("No databases fond on the server");
throw new IllegalStateException("No databases found on the server");
}
defDatabase = allDatabases.get(0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册