Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 4cb5ef9

Browse files
committed
improved alert message
1 parent cc6cbe1 commit 4cb5ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interop/TranslationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ private void FillToEnglishDefaults()
249249
language.Add("ComPluginsUnload", "Unloads all compiled plugins");
250250
language.Add("NewConfig", "New config");
251251
language.Add("CannotDelConf", "Cannot delete config");
252-
language.Add("YCannotDelConf", "You cannot delete this config.");
252+
language.Add("YCannotDelConf", "You cannot delete the default config.");
253253
language.Add("SelectExe", "Select executable");
254254
language.Add("CMDLineCom", "Commandline variables");
255255
language.Add("RConCMDLineCom", "Rcon commandline variables");

0 commit comments

Comments
 (0)