From 03fd9f16396d5ad5a0a21eea532c60741762ff49 Mon Sep 17 00:00:00 2001 From: Benau Date: Sun, 31 May 2020 12:00:21 +0800 Subject: [PATCH] Fix broken translation generation --- src/states_screens/dialogs/registration_dialog.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/states_screens/dialogs/registration_dialog.cpp b/src/states_screens/dialogs/registration_dialog.cpp index b29ad7d14..15c7f7c52 100644 --- a/src/states_screens/dialogs/registration_dialog.cpp +++ b/src/states_screens/dialogs/registration_dialog.cpp @@ -39,13 +39,13 @@ RegistrationDialog::RegistrationDialog() : loadFromFile("online/registration_terms.stkgui"); LabelWidget* terms_widget = getWidget("terms"); - core::stringw terms = _(L"Please read the terms and conditions " - L"for SuperTuxKart at '%s'. You must agree " - L"to these terms in order to register an account for STK. " - L"If you have any questions or comments regarding these " - L"terms, one of the members of the development team would gladly " - L"assist you.", - L"http://terms.supertuxkart.net"); + core::stringw terms = _("Please read the terms and conditions " + "for SuperTuxKart at '%s'. You must agree " + "to these terms in order to register an account for STK. " + "If you have any questions or comments regarding these " + "terms, one of the members of the development team would gladly " + "assist you.", + "https://supertuxkart.net/Terms"); terms_widget->setText(terms, false); // showRegistrationTerms();