diff options
Diffstat (limited to 'core/src/Utils/I18n.hpp')
-rw-r--r-- | core/src/Utils/I18n.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/Utils/I18n.hpp b/core/src/Utils/I18n.hpp index b9386be..de32cf8 100644 --- a/core/src/Utils/I18n.hpp +++ b/core/src/Utils/I18n.hpp @@ -16,7 +16,7 @@ public: static void Init();
static void Shutdown();
- static Signal<> reloadSignal;
+ static Signal<> OnReload;
static void ReloadLocales();
static std::string_view GetLanguage();
|