You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: sources/functions.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,13 @@ class Functions
63
63
}
64
64
65
65
/**
66
-
* Check the compatibility witk the operative system.
66
+
* Check the compatibility with the operating system.
67
67
*/
68
68
voidcompatibility()
69
69
{
70
70
if (os->isCompatible() != true)
71
71
{
72
-
print->writeTopText("Sorry, this Operative System is not compatible with this tool.");
72
+
print->writeTopText("Sorry, this Operating System is not compatible with this tool.");
73
73
74
74
err->showMessage(" An error occurred while attempting to verify your system.\n Can this using a business or test version.\n\n If not, verify that your system has the correct security fix.\n");
75
75
@@ -550,7 +550,7 @@ class Functions
550
550
}
551
551
else
552
552
{
553
-
print->writeTextLine("Sorry, this option is not available on this Operative System.");
553
+
print->writeTextLine("Sorry, this option is not available on this Operating System.");
554
554
print->writeTextLine("Press any key to continue . . .");
Copy file name to clipboardExpand all lines: wureset/lang/english.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@
16
16
1001|An unexpected error has occurred.
17
17
1002|Select an option:
18
18
1003|Invalid option.
19
-
1004|Sorry, this option is not available on this Operative System.
19
+
1004|Sorry, this option is not available on this Operating System.
20
20
1005|The operation completed successfully.
21
21
1006|An error occurred during operation.
22
22
1007|Cannot stop the service. Do you want to try again? (Y/N):
23
23
24
24
# Compatibility
25
-
2000|Sorry, this Operative System is not compatible with this tool.
25
+
2000|Sorry, this Operating System is not compatible with this tool.
26
26
2001| An error occurred while attempting to verify your system.\n You may be using a commercial or trial version.\n\n Otherwise, verify that your system has the correct security fix.\n
0 commit comments