Fixed a typo on the Help Screen

This commit is contained in:
Maschell 2017-10-14 15:46:43 +02:00
parent 746f4712f5
commit 9addd4f3c5
7 changed files with 12 additions and 12 deletions

View File

@ -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 ""

View File

@ -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

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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 ""

View File

@ -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);