diff options
Diffstat (limited to 'settings_gui.c')
-rw-r--r-- | settings_gui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings_gui.c b/settings_gui.c index ed7076199..20a5696a1 100644 --- a/settings_gui.c +++ b/settings_gui.c @@ -1005,7 +1005,7 @@ void ConsoleSetPatchSetting(char *name, char *value) /* We did not found the patch setting */ if (!found) { - IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch settings", name); + IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch setting", name); return; } @@ -1063,7 +1063,7 @@ void ConsoleGetPatchSetting(char *name) /* We did not found the patch setting */ if (!found) { - IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch settings", name); + IConsolePrintF(_iconsole_color_warning, "'%s' is an unkown patch setting", name); return; } |