Skip to content

Commit

Permalink
Add forgotten translation markers
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Aug 13, 2023
1 parent 6c5d7b3 commit 1651483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supertux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ Main::release_check()
if (version != latest_ver)
{
auto notif = std::make_unique<Notification>("new_release_" + latest_ver);
notif->set_text("New release: SuperTux v" + latest_ver + "!");
notif->set_text(fmt::format(fmt::runtime(_("New release: SuperTux v{}!")), latest_ver));
notif->on_press([latest_ver]()
{
Dialog::show_confirmation(fmt::format(fmt::runtime(_("A new release of SuperTux (v{}) is available!\nFor more information, you can visit the SuperTux website.\n \nDo you want to visit the website now?")), latest_ver), []()
Expand Down

0 comments on commit 1651483

Please sign in to comment.