mirror of
https://github.com/anope/anope.git
synced 2026-07-06 12:53:14 +02:00
Replaced the few language strings we use with #defines to prevent accidentally translating them if we shouldnt
This commit is contained in:
@@ -47,7 +47,7 @@ class CommandOSStaff : public Command
|
||||
}
|
||||
}
|
||||
|
||||
source.Reply(LanguageString::END_OF_ANY_LIST, "Staff");
|
||||
source.Reply(_(END_OF_ANY_LIST), "Staff");
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user