Browse Source

improve an error message

Joey Hess 19 years ago
parent
commit
71533fb098
1 changed files with 1 additions and 1 deletions
  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;
 			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 {
 sub sanity_check {