diff --git a/languages/BR_Portuguese.lang b/languages/BR_Portuguese.lang index da8a26f..a2ab292 100644 --- a/languages/BR_Portuguese.lang +++ b/languages/BR_Portuguese.lang @@ -144,7 +144,8 @@ msgid "I have no idea how create a own config!" msgstr "Eu não tenho nenhuma idéia de como criar configuração!" #: src/menu/drc/content/ContentHelp.cpp:83 -msgid "You're lucky! There a whole wiki about creating them:" +#, fuzzy +msgid "You're lucky! There is a whole wiki about creating them:" msgstr "Você tem sorte! Há um wiki inteiro sobre como criá-los: " #: src/menu/drc/content/ContentHelp.cpp:97 @@ -264,7 +265,6 @@ msgstr "" #: src/menu/drc/content/ContentSettings.cpp:48 #: src/menu/drc/content/ContentSettings.cpp:53 -#, fuzzy msgid "Network Controller" msgstr "" diff --git a/languages/english.lang b/languages/english.lang index 0545078..0b48080 100644 --- a/languages/english.lang +++ b/languages/english.lang @@ -143,7 +143,7 @@ msgid "I have no idea how create a own config!" msgstr "" #: src/menu/drc/content/ContentHelp.cpp:83 -msgid "You're lucky! There a whole wiki about creating them:" +msgid "You're lucky! There is a whole wiki about creating them:" msgstr "" #: src/menu/drc/content/ContentHelp.cpp:97 diff --git a/languages/french.lang b/languages/french.lang index 34a9aa4..92ea039 100644 --- a/languages/french.lang +++ b/languages/french.lang @@ -143,7 +143,8 @@ msgid "I have no idea how create a own config!" msgstr "Comment créer ma propre config?" #: src/menu/drc/content/ContentHelp.cpp:83 -msgid "You're lucky! There a whole wiki about creating them:" +#, fuzzy +msgid "You're lucky! There is a whole wiki about creating them:" msgstr "Pas d'inquiétude! Il y a un wiki sur comment le créer: " #: src/menu/drc/content/ContentHelp.cpp:97 @@ -263,7 +264,6 @@ msgstr "Musique" #: src/menu/drc/content/ContentSettings.cpp:48 #: src/menu/drc/content/ContentSettings.cpp:53 -#, fuzzy msgid "Network Controller" msgstr "" diff --git a/languages/german.lang b/languages/german.lang index 6596ca4..0b5aaf4 100644 --- a/languages/german.lang +++ b/languages/german.lang @@ -144,7 +144,8 @@ msgid "I have no idea how create a own config!" msgstr "Wie erstelle ich selbst eine?" #: src/menu/drc/content/ContentHelp.cpp:83 -msgid "You're lucky! There a whole wiki about creating them:" +#, fuzzy +msgid "You're lucky! There is a whole wiki about creating them:" msgstr "Du hast Glück! Es gibt ein Wiki mit allen Informationen." #: src/menu/drc/content/ContentHelp.cpp:97 @@ -264,7 +265,6 @@ msgstr "Musik" #: src/menu/drc/content/ContentSettings.cpp:48 #: src/menu/drc/content/ContentSettings.cpp:53 -#, fuzzy msgid "Network Controller" msgstr "" diff --git a/languages/italian.lang b/languages/italian.lang index 2561d18..908bcad 100644 --- a/languages/italian.lang +++ b/languages/italian.lang @@ -143,7 +143,8 @@ msgid "I have no idea how create a own config!" msgstr "Non ho idea di come creare una config.!" #: src/menu/drc/content/ContentHelp.cpp:83 -msgid "You're lucky! There a whole wiki about creating them:" +#, fuzzy +msgid "You're lucky! There is a whole wiki about creating them:" msgstr "Sei fortunato! C'è un'intera wiki su come farlo:" #: src/menu/drc/content/ContentHelp.cpp:97 @@ -263,7 +264,6 @@ msgstr "Musica" #: src/menu/drc/content/ContentSettings.cpp:48 #: src/menu/drc/content/ContentSettings.cpp:53 -#, fuzzy msgid "Network Controller" msgstr "" diff --git a/languages/spanish.lang b/languages/spanish.lang index 02eda93..8c8404d 100644 --- a/languages/spanish.lang +++ b/languages/spanish.lang @@ -144,7 +144,8 @@ msgid "I have no idea how create a own config!" msgstr "¡No sé como crear uno!" #: src/menu/drc/content/ContentHelp.cpp:83 -msgid "You're lucky! There a whole wiki about creating them:" +#, fuzzy +msgid "You're lucky! There is a whole wiki about creating them:" msgstr "¡Estás de suerte! Hay una wiki sobre como hacerlos:" #: src/menu/drc/content/ContentHelp.cpp:97 @@ -264,7 +265,6 @@ msgstr "" #: src/menu/drc/content/ContentSettings.cpp:48 #: src/menu/drc/content/ContentSettings.cpp:53 -#, fuzzy msgid "Network Controller" msgstr "" diff --git a/src/menu/drc/content/ContentHelp.cpp b/src/menu/drc/content/ContentHelp.cpp index 835a4f4..d47e660 100644 --- a/src/menu/drc/content/ContentHelp.cpp +++ b/src/menu/drc/content/ContentHelp.cpp @@ -80,7 +80,7 @@ ContentHelp::ContentHelp(): ContentTemplate(){ append(text); positionY -= 35; - text = new GuiText(gettext("You're lucky! There a whole wiki about creating them:"), fontSize2, textColor); + text = new GuiText(gettext("You're lucky! There is a whole wiki about creating them:"), fontSize2, textColor); text->setPosition(positionX, positionY); text->setAlignment(ALIGN_LEFT | ALIGN_MIDDLE); helpText.push_back(text);