Unverified Commit d18071e7 authored by RustDesk's avatar RustDesk Committed by GitHub

Merge pull request #1372 from TheLumbee/master

Grammatical correction for closing dialog.
parents 294a173f 25b052ef
......@@ -6,7 +6,8 @@ import '../../models/model.dart';
import '../../models/platform_model.dart';
void clientClose(OverlayDialogManager dialogManager) {
msgBox('', 'Close', 'Are you sure to close the connection?', dialogManager);
msgBox('', 'Close', 'Are you sure you want to close the connection?',
dialogManager);
}
void showSuccess() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment