diff options
author | 2016-03-06 12:12:25 +1100 | |
---|---|---|
committer | 2016-03-06 12:12:25 +1100 | |
commit | 4e25da61c7265ff5174ce0b66ad2188495cde210 (patch) | |
tree | cf60b9dff904712423cffffa440c2f1654489217 /src/emu/ui/ui.cpp | |
parent | e7e26e2b25f4a9a00d0ca2f986b3d47610d42f01 (diff) |
Fix up some bad English, fix more unlocalisable stuff
Diffstat (limited to 'src/emu/ui/ui.cpp')
-rw-r--r-- | src/emu/ui/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/ui.cpp b/src/emu/ui/ui.cpp index 4104ff88308..8843675f57e 100644 --- a/src/emu/ui/ui.cpp +++ b/src/emu/ui/ui.cpp @@ -173,7 +173,7 @@ static void load_ui_options(running_machine &machine) { bool result = machine.ui().options().parse_ini_file((core_file&)file, OPTION_PRIORITY_MAME_INI, OPTION_PRIORITY_DRIVER_INI, error); if (!result) - osd_printf_error("**Error to load ui.ini**"); + osd_printf_error(_("**Error loading ui.ini**")); } } |