Skip to content

Commit

Permalink
Merge pull request #605 from amtriathlon/master
Browse files Browse the repository at this point in the history
Updated spanish translation
  • Loading branch information
liversedge committed May 20, 2013
2 parents 4021cee + e3afd26 commit eefcca6
Show file tree
Hide file tree
Showing 3 changed files with 768 additions and 536 deletions.
4 changes: 2 additions & 2 deletions src/NewCyclistDialog.cpp
Expand Up @@ -124,8 +124,8 @@ NewCyclistDialog::NewCyclistDialog(QDir home) : QDialog(NULL, Qt::Dialog), home(
all->addStretch();

// dialog buttons
save = new QPushButton("Save", this);
cancel = new QPushButton("Cancel", this);
save = new QPushButton(tr("Save"), this);
cancel = new QPushButton(tr("Cancel"), this);
QHBoxLayout *h = new QHBoxLayout;
h->addStretch();
h->addWidget(cancel);
Expand Down
Binary file modified src/translations/gc_es.qm
Binary file not shown.

0 comments on commit eefcca6

Please sign in to comment.