diff options
author | Nano Akron <nanoakron@users.noreply.github.com> | 2017-04-24 20:27:12 +0100 |
---|---|---|
committer | Nano Akron <nanoakron@users.noreply.github.com> | 2017-04-24 20:27:12 +0100 |
commit | 12fff108ea0d538478ccdba3e4e8052a32f15054 (patch) | |
tree | 820c9fbf1c28bcd5138c8759e4627769e5aac8c3 /tests | |
parent | Change all wallet language names into native names (and scripts) (diff) | |
download | monero-12fff108ea0d538478ccdba3e4e8052a32f15054.tar.xz |
Change Old_English to English_Old - 'Old English' is actually a language
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/mnemonics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/mnemonics.cpp b/tests/unit_tests/mnemonics.cpp index e00b87e30..956c5e1b2 100644 --- a/tests/unit_tests/mnemonics.cpp +++ b/tests/unit_tests/mnemonics.cpp @@ -44,7 +44,7 @@ #include "mnemonics/russian.h" #include "mnemonics/french.h" #include "mnemonics/dutch.h" -#include "mnemonics/old_english.h" +#include "mnemonics/english_old.h" #include "mnemonics/language_base.h" #include "mnemonics/singleton.h" |