From 2980299a2ab4e1e242853723cde632fba7a3271a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 21 Jul 2018 12:52:52 +0200 Subject: [PATCH] A better (shorter) directory description --- src/GUI/gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) + "
" );