Skip to content

Commit

Permalink
Remove references to Shoddy/Netbattle in importer
Browse files Browse the repository at this point in the history
Doesn't really make sense in the android one
  • Loading branch information
CrystalMoogle committed Jan 24, 2015
1 parent 7f6e1ca commit e2081e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Teambuilder/Teambuilder/teamimporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ TeamImporter::TeamImporter(QWidget*parent) : QWidget(parent, Qt::Window)
setAttribute(Qt::WA_DeleteOnClose, true);

QGridLayout *l = new QGridLayout(this);
l->addWidget(new QLabel(tr("Paste your exported team from Netbattle Supremacy / "
"Shoddy Battle.\nYour language needs to be set to English to import English teams.")),0,0,1,2);
l->addWidget(new QLabel(tr("Paste your exported team here.\nYour language needs to be set to English to import English teams.")),0,0,1,2);
l->addWidget(mycontent = new QPlainTextEdit(),1,0,1,2);
mycontent->resize(mycontent->width(), 250);

Expand Down

0 comments on commit e2081e0

Please sign in to comment.