提交 153c73b6 编写于 作者: R Robin Neatherway

Correct typo 'loose' -> 'lose'


Former-commit-id: 53931865
上级 1a1b20c9
......@@ -159,7 +159,7 @@ class DBeaverSettingsImporter {
public void widgetSelected(SelectionEvent e) {
MessageBox messageBox = new MessageBox(windowShell, SWT.ICON_WARNING | SWT.YES | SWT.NO);
messageBox.setText("Skip workspace migration");
messageBox.setMessage("Skipping workspace migration you will loose all previous workspace data.\n\nAre you sure?");
messageBox.setMessage("Skipping workspace migration you will lose all previous workspace data.\n\nAre you sure?");
int response = messageBox.open();
if (response == SWT.YES) {
shellResult = SWT.IGNORE;
......
......@@ -115,7 +115,7 @@ public class DataSourceRegistry implements DBPDataSourceRegistry
closeConnections(DISCONNECT_ALL_TIMEOUT);
// Do not save config on shutdown.
// Some data source might be broken due to misconfiguration
// and we don't want to loose their config just after restart
// and we don't want to lose their config just after restart
// if (getProject().isOpen()) {
// flushConfig();
// }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册