mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Be consistent 'Athlete' not 'Cyclist'
Although the codebase refers to 'cyclist' in a number of different ways (classes, setting names, class members) we should always use 'Athlete' when prompting the user.
This commit is contained in:
@@ -452,7 +452,7 @@ MainWindow::MainWindow(const QDir &home) :
|
||||
* Application Menus
|
||||
*--------------------------------------------------------------------*/
|
||||
|
||||
QMenu *fileMenu = menuBar()->addMenu(tr("&Cyclist"));
|
||||
QMenu *fileMenu = menuBar()->addMenu(tr("&Athlete"));
|
||||
fileMenu->addAction(tr("&New..."), this, SLOT(newCyclist()), tr("Ctrl+N"));
|
||||
fileMenu->addAction(tr("&Open..."), this, SLOT(openCyclist()), tr("Ctrl+O"));
|
||||
fileMenu->addAction(tr("&Quit"), this, SLOT(close()), tr("Ctrl+Q"));
|
||||
|
||||
Reference in New Issue
Block a user