Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 29713be

Browse files
committed
Use correct term "operating system" instead of "operative system"
1 parent 342e7ac commit 29713be

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

sources/functions.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ class Functions
6363
}
6464

6565
/**
66-
* Check the compatibility witk the operative system.
66+
* Check the compatibility witk the operating system.
6767
*/
6868
void compatibility()
6969
{
7070
if (os->isCompatible() != true)
7171
{
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.");
7373

7474
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");
7575

@@ -550,7 +550,7 @@ class Functions
550550
}
551551
else
552552
{
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.");
554554
print->writeTextLine("Press any key to continue . . .");
555555
cmd->pause();
556556
}

wureset/lang/english.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
1001|An unexpected error has occurred.
1717
1002|Select an option:
1818
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.
2020
1005|The operation completed successfully.
2121
1006|An error occurred during operation.
2222
1007|Cannot stop the service. Do you want to try again? (Y/N):
2323

2424
# 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.
2626
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
2727

2828
# Elevation

0 commit comments

Comments
 (0)