Joey Hess лет назад: 19
Родитель
Сommit
71533fb098
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/Dpkg/Source/VCS/git.pm

+ 1 - 1
scripts/Dpkg/Source/VCS/git.pm

@@ -43,7 +43,7 @@ sub import {
 			return 1;
 		}
 	}
-	main::error(sprintf(_g("This source package can only be unpacked using git, which is not in the PATH.")));
+	main::error(sprintf(_g("This source package can only be manipulated using git, which is not in the PATH.")));
 }
 
 sub sanity_check {