summaryrefslogtreecommitdiff
path: root/src/fs/files.cpp
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-01-08 21:35:54 +0100
committerjak1 <jak1@themanaworld.org>2023-01-08 23:37:16 +0100
commitdefd76beec6c8345c2099ee602996a19f078f2da (patch)
tree7f29e9d2a7030fa003ffbfa2bb594fd11bd1eb15 /src/fs/files.cpp
parentbc745ae9b9f623b53f176a63077e192c4586e8f7 (diff)
downloadplus-defd76beec6c8345c2099ee602996a19f078f2da.tar.gz
plus-defd76beec6c8345c2099ee602996a19f078f2da.tar.bz2
plus-defd76beec6c8345c2099ee602996a19f078f2da.tar.xz
plus-defd76beec6c8345c2099ee602996a19f078f2da.zip
some more renamingrename_and_cleanup
Diffstat (limited to 'src/fs/files.cpp')
-rw-r--r--src/fs/files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/files.cpp b/src/fs/files.cpp
index 1dcbb9962..9cd3bfb0e 100644
--- a/src/fs/files.cpp
+++ b/src/fs/files.cpp
@@ -60,7 +60,7 @@ void Files::extractLocale()
const std::string dir = pathJoin("locale", *i);
if (VirtFs::isDirectory(dir))
{
- const std::string moFile = dir + "/LC_MESSAGES/manaplus.mo";
+ const std::string moFile = dir + "/LC_MESSAGES/manaverse.mo";
if (VirtFs::exists((moFile)))
{
const std::string localFile = pathJoin(localDir, moFile);