]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_init.cxx
Tweaks to base version check code.
[flightgear.git] / src / Main / fg_init.cxx
index 58fa1f1b541e2962c1b628e6043841c9618394c2..699765c32d3dabf6a282d014514260b63121dfa1 100644 (file)
@@ -192,9 +192,9 @@ string fgBasePackageVersion() {
        old_path.append( "Thanks" );
        sg_gzifstream old( old_path.str() );
        if ( !old.is_open() ) {
-           return "[none found]";
+           return "[none]";
        } else {
-           return "[old version, please upgrade]";
+           return "[old version]";
        }
     }