TP.com fixups

.. title metadata

.. title of dialog
This commit is contained in:
Mark Liversedge
2014-09-12 13:18:38 +01:00
parent 092c84090a
commit 4a4459b6f7
3 changed files with 34 additions and 3 deletions

View File

@@ -558,7 +558,7 @@ MainWindow::MainWindow(const QDir &home)
#ifdef GC_HAVE_SOAP
rideMenu->addSeparator ();
rideMenu->addAction(tr("&Upload to TrainingPeaks"), this, SLOT(uploadTP()), tr("Ctrl+T"));
rideMenu->addAction(tr("Down&load from TrainingPeaks..."), this, SLOT(downloadTP()), tr("Ctrl+L"));
rideMenu->addAction(tr("Synchronise TrainingPeaks..."), this, SLOT(downloadTP()), tr(""));
#endif
#ifdef GC_HAVE_LIBOAUTH