提交 92eb5823 编写于 作者: R Rob Lourens

Settings search result message -> match>found

上级 1ced6adf
......@@ -285,9 +285,9 @@ export class PreferencesEditor extends BaseEditor {
if (count === 0) {
this.searchWidget.showMessage(nls.localize('noSettingsFound', "No Results"), count);
} else if (count === 1) {
this.searchWidget.showMessage(nls.localize('oneSettingFound', "1 Setting matched"), count);
this.searchWidget.showMessage(nls.localize('oneSettingFound', "1 Setting Found"), count);
} else {
this.searchWidget.showMessage(nls.localize('settingsFound', "{0} Settings matched", count), count);
this.searchWidget.showMessage(nls.localize('settingsFound', "{0} Settings Found", count), count);
}
} else {
this.searchWidget.showMessage(nls.localize('totalSettingsMessage', "Total {0} Settings", count), count);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册