summaryrefslogtreecommitdiff
path: root/src/locales/en.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales/en.cpp')
-rw-r--r--src/locales/en.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locales/en.cpp b/src/locales/en.cpp
index d311b36..9410663 100644
--- a/src/locales/en.cpp
+++ b/src/locales/en.cpp
@@ -16,7 +16,7 @@
#include "locales.hpp"
-locale_entry en_locales[] = {
+locale::locale_entry locale::en_locales[] = {
// General UI strings.
{"ui.unsavedProject", "[unsaved project]"},
{"ui.workingOn", "Working on"},
@@ -209,4 +209,4 @@ locale_entry en_locales[] = {
{"import.error.import","Failure: Failed to import result from service"},
};
-const int en_locale_count = sizeof(en_locales) / sizeof(en_locales[0]); \ No newline at end of file
+const int locale::en_locale_count = sizeof(locale::en_locales) / sizeof(locale::en_locales[0]); \ No newline at end of file