diff --git a/src/GUI/gui.cpp b/src/GUI/gui.cpp index 3e115d7e..7d7e298d 100644 --- a/src/GUI/gui.cpp +++ b/src/GUI/gui.cpp @@ -613,17 +613,17 @@ void GUI::paths() msgBox.setWindowTitle(tr("Paths")); msgBox.setText("

" + tr("Paths") + "

"); msgBox.setInformativeText( - "" - "
" + "
" + tr("Map directory") + "" - + GLOBAL_MAP_DIR + "
" + tr("POI directory") + "" + "
" + "
" + tr("Map directory:") + "" + + GLOBAL_MAP_DIR + "
" + tr("POI directory:") + "" + GLOBAL_POI_DIR + "
" - + tr("GCS file") + "" + GLOBAL_GCS_FILE - + "
" + tr("PCS file") + "" - + GLOBAL_PCS_FILE + "
" + tr("Ellipsoids file") + + tr("GCS file:") + "" + GLOBAL_GCS_FILE + + "
" + tr("PCS file:") + "" + + GLOBAL_PCS_FILE + "
" + tr("Ellipsoids file:") + "" + GLOBAL_ELLIPSOID_FILE - + "
" - + tr("User directory") + "" + USER_DIR - + "
" + + "
" + "
" + tr("User override directory:") + + "" + USER_DIR + "
" ); msgBox.exec();