mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
What's in a name ?
The 4 views have been shown to be confusing -- it is not clear to new users what their purpose is, and hence how or why they are different. So in an effort to reduce the confusion I've renamed a few things to be much more explicit and specific. .. We embrace the fact we are a cycling program and use the term RIDES not ACTIVITIES for all files .. HOME is confusing, renamed to TRENDS .. the ANALYSIS view name is confusing, its all about ANALYSIS to renamed to RIDES There will no doubt be areas that are not renamed properly we can fix those when the arise.
This commit is contained in:
@@ -1321,7 +1321,7 @@ void HomeWindow::translateChartTitles(QList<GcWindow*> charts)
|
||||
// Map default (english) title to external (Localized) name, new default
|
||||
// charts in *layout.xml need to be added to this list to be translated
|
||||
QMap<QString, QString> titleMap;
|
||||
titleMap.insert("Activity Log", tr("Activity Log"));
|
||||
titleMap.insert("Ride Log", tr("Ride Log"));
|
||||
titleMap.insert("Aerobic Power", tr("Aerobic Power"));
|
||||
titleMap.insert("Anaerobic Power", tr("Anaerobic Power"));
|
||||
titleMap.insert("Cadence", tr("Cadence"));
|
||||
|
||||
Reference in New Issue
Block a user