diff options
author | bubulle@debian.org <> | 2009-09-26 19:45:15 +0200 |
---|---|---|
committer | bubulle@debian.org <> | 2009-09-26 19:45:15 +0200 |
commit | cdd5a135d9232123dc3650ed1c1cb31d1e24de0b (patch) | |
tree | 70377a4a43882802418c4acae0a14954b6bfc9f1 /dselect | |
parent | c2205b51fef287dd03f221bf069514c95b2c6c17 (diff) |
Fix some typos from #479997
Diffstat (limited to 'dselect')
-rwxr-xr-x | dselect/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/install b/dselect/install index 61d13208e..6779698e0 100755 --- a/dselect/install +++ b/dselect/install @@ -98,8 +98,8 @@ if [ $RES -eq 0 ]; then ;; esac else - echo $"Some errors occurred while unpacking. I'm going to configure the" - echo $"packages that were installed. This may result in duplicate errors" + echo $"Some errors occurred while unpacking. Packages that were installed" + echo $"will be configured. This may result in duplicate errors" echo $"or errors caused by missing dependencies. This is OK, only the errors" echo $"above this message are important. Please fix them and run [I]nstall again" echo $"Press enter to continue." |