Pārlūkot izejas kodu

NSIS script: fix comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47953 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 gadi atpakaļ
vecāks
revīzija
911bcca725
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      mswindows/GRASS-Installer.nsi

+ 1 - 1
mswindows/GRASS-Installer.nsi

@@ -1010,7 +1010,7 @@ Section "Uninstall"
 	SetShellVarContext all
 	RMDir /r "$SMPROGRAMS\${GRASS_BASE}"
 	
-	;remove the $APPDATA\grass7\rc file
+	;remove the $APPDATA\grass7 folder
 	SetShellVarContext current
 	RMDir /r "$APPDATA\grass7"