diff --git a/ba/ba1700.cpp b/ba/ba1700.cpp index 6acea8619..601487d55 100755 --- a/ba/ba1700.cpp +++ b/ba/ba1700.cpp @@ -290,7 +290,7 @@ int TInstaller_mask::precheck_modules(bool only_newer) // spunta il modulo o la patch se ho installata la stessa versione bool chk = rigar.get_char(C_ISPATCH) != 'X' || release == currrelease; - // non spunta automaticamente il modulo server sui client + // non spunta automaticamente il modulo server su installazioni che non siano server if (chk && cod_module == "sr" && test_station_type() != 2) chk = false;