fix localisation issue in info box, prepare for strings update (nw)

This commit is contained in:
Vas Crabb 2017-08-23 19:01:39 +10:00
parent 2a5ea8fb59
commit 589003ac36
3 changed files with 3 additions and 9 deletions

View File

@ -918,7 +918,7 @@ msgstr ""
#: src/frontend/mame/ui/selgame.cpp:945
#, c-format
msgid "Mechanical Machine\t%1$s\n"
msgstr ""
msgstr "Mehanička mašina\t%1$s\n"
#: src/frontend/mame/ui/selgame.cpp:946
#, c-format
@ -2545,9 +2545,6 @@ msgstr "Podešavanja"
#~ "interakciju ili se sastoje od mehaničkih uređaja. Nemoguće je igrati se "
#~ "na ovoj mašini u potpunosti.\n"
#~ msgid "Game is Mechanical: %1$s\n"
#~ msgstr "Igra je mehanička: %1$s\n"
#~ msgid "No Infos Available"
#~ msgstr "Informacije nisu dostupne"

View File

@ -918,7 +918,7 @@ msgstr ""
#: src/frontend/mame/ui/selgame.cpp:945
#, c-format
msgid "Mechanical Machine\t%1$s\n"
msgstr ""
msgstr "Механичка машина\t%1$s\n"
#: src/frontend/mame/ui/selgame.cpp:946
#, c-format
@ -2545,9 +2545,6 @@ msgstr "Подeшавања"
#~ "интeракциjу или сe састоje од мeханичких ураjа. Ногућe je играти сe "
#~ "на овоj машини у потпуности.\n"
#~ msgid "Game is Mechanical: %1$s\n"
#~ msgstr "Игра je мeханичка: %1$s\n"
#~ msgid "No Infos Available"
#~ msgstr "Информациje нису доступнe"

View File

@ -875,7 +875,7 @@ void menu_select_game::general_info(const game_driver *driver, std::string &buff
if (flags.unemulated_features() & device_t::feature::GRAPHICS)
str << _("Graphics\tUnimplemented\n");
else if (flags.unemulated_features() & device_t::feature::PALETTE)
str << ("Graphics\tWrong Colors\n");
str << _("Graphics\tWrong Colors\n");
else if (flags.imperfect_features() & device_t::feature::PALETTE)
str << _("Graphics\tImperfect Colors\n");
else if (flags.imperfect_features() & device_t::feature::GRAPHICS)