Skip to content

Commit 1796930

Browse files
Update src/commands/xmlToUdl.ts
Co-authored-by: Brett Saviano <[email protected]>
1 parent 14540a1 commit 1796930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/xmlToUdl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function previewXMLAsUDL(textEditor: vscode.TextEditor, auto = fals
1515
const api = new AtelierAPI(uri);
1616
if (!api.active) {
1717
vscode.window.showErrorMessage(
18-
"Unsuccessful connection to the server. Please check your server connection settings.",
18+
"'Preview XML as UDL' command requires an active server connection.",
1919
"Dismiss"
2020
);
2121
return;

0 commit comments

Comments
 (0)