String review and subsequent cleanup

Ashesh Vashi
Abhilasha Narendra
Karen Blatchley
Susan Douglas
Dave Page
This commit is contained in:
Dave Page
2019-03-05 14:08:16 +00:00
parent 48c9864184
commit d7bf6ec69f
29 changed files with 88 additions and 88 deletions

View File

@@ -1657,7 +1657,7 @@ define([
}
} else {
this.sqlCtrl.clearHistory();
this.sqlCtrl.setValue('-- ' + gettext('Nothing changed.'));
this.sqlCtrl.setValue('-- ' + gettext('No updates.'));
}
this.sqlCtrl.refresh.apply(this.sqlCtrl);
}