Skip to content

Commit e1a5c68

Browse files
authored
More UI tweaks (#1500)
1 parent c3c9f65 commit e1a5c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/addServerNamespaceToWorkspace.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ async function modifyWsFolderUri(uri: vscode.Uri): Promise<vscode.Uri | undefine
302302
const items = [
303303
{
304304
label: "$(filter) Filter",
305-
detail: "Comma-delimited list of search options, e.g. '*.cls,*.inc,*.mac,*.int'",
305+
detail: "Comma-delimited list of search patterns, e.g. '*.cls,*.inc,*.mac,*.int'",
306306
picked: filter != "",
307307
value: IsfsUriParam.Filter,
308308
},
@@ -331,7 +331,7 @@ async function modifyWsFolderUri(uri: vscode.Uri): Promise<vscode.Uri | undefine
331331
const otherParams = await vscode.window.showQuickPick(items, {
332332
ignoreFocusOut: true,
333333
canPickMany: true,
334-
title: "Pick optional filters",
334+
title: "Pick optional modifiers",
335335
});
336336
if (!otherParams) {
337337
return;

0 commit comments

Comments
 (0)