diff --git a/src/GUI/gui.cpp b/src/GUI/gui.cpp index f0b29592..391d1100 100644 --- a/src/GUI/gui.cpp +++ b/src/GUI/gui.cpp @@ -646,13 +646,13 @@ void GUI::paths() + QDir::cleanPath(GLOBAL_MAP_DIR) + "" + tr("POI directory:") + "" + QDir::cleanPath(GLOBAL_POI_DIR) + "" - + tr("GCS/PCS CSV directory:") + "" + + tr("GCS/PCS directory:") + "" + QDir::cleanPath(GLOBAL_CSV_DIR) + "" + "

" + tr("User-specific") + "

" + tr("Map directory:") + "" + QDir::cleanPath(USER_MAP_DIR) + "
" + tr("POI directory:") + "" + QDir::cleanPath(USER_POI_DIR) + "
" - + tr("GCS/PCS CSV directory:") + "" + + tr("GCS/PCS directory:") + "" + QDir::cleanPath(USER_CSV_DIR) + "
" );