diff options
author | 2021-10-12 04:58:54 +1100 | |
---|---|---|
committer | 2021-10-12 04:59:26 +1100 | |
commit | 11602f8f76b58731c2056806f43a2c5f7a6b5b35 (patch) | |
tree | 855c84305b62b899aaf9a4e43232c579bd9228ce /src/frontend/mame/ui/selector.cpp | |
parent | 234a196120aa89052cf8f1b76a4c886d44b9b654 (diff) |
frontend: More wording and localisation fixes for colours menus.
Diffstat (limited to 'src/frontend/mame/ui/selector.cpp')
-rw-r--r-- | src/frontend/mame/ui/selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/selector.cpp b/src/frontend/mame/ui/selector.cpp index 96657541e44..58db5db28ae 100644 --- a/src/frontend/mame/ui/selector.cpp +++ b/src/frontend/mame/ui/selector.cpp @@ -123,7 +123,7 @@ void menu_selector::custom_render(void *selectedref, float top, float bottom, fl ui().colors().text_color(), UI_GREEN_COLOR, 1.0f); // get the text for 'UI Select' - tempbuf[0] = string_format(_("Double click or press %1$s to select"), machine().input().seq_name(machine().ioport().type_seq(IPT_UI_SELECT, 0, SEQ_TYPE_STANDARD))); + tempbuf[0] = string_format(_("Double-click or press %1$s to select"), machine().input().seq_name(machine().ioport().type_seq(IPT_UI_SELECT, 0, SEQ_TYPE_STANDARD))); draw_text_box( std::begin(tempbuf), std::end(tempbuf), origx1, origx2, origy2 + ui().box_tb_border(), origy2 + bottom, |