diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-11-04 06:22:49 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2000-11-04 06:22:49 +0000 |
commit | 48b618925c6bc527e92a563b498d9816549dd7be (patch) | |
tree | 7837cfcf1582c2b56327c9d6672c2023f35fd4e5 /helper-scripts | |
parent | 05037c7c394b2b65e3c0b10ec67b242512f700c4 (diff) | |
download | nautilus-48b618925c6bc527e92a563b498d9816549dd7be.tar.gz |
FIX from the pr2 branch.
* helper-scripts/nautilus-verify-rpm.sh:
Fix bug 4453. Get right urls into "Nautilus RPM is damaged"
dialog boxes. Also change the dialogs slighty as specified by
sullivan in bug 4366.
Diffstat (limited to 'helper-scripts')
-rwxr-xr-x | helper-scripts/nautilus-verify-rpm.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helper-scripts/nautilus-verify-rpm.sh b/helper-scripts/nautilus-verify-rpm.sh index 60964fcd4..2ed05c249 100755 --- a/helper-scripts/nautilus-verify-rpm.sh +++ b/helper-scripts/nautilus-verify-rpm.sh @@ -81,9 +81,9 @@ then then title="Problem Running Nautilus" - message=`printf "This version of Nautilus requires Bonobo 0.26. This computer has Bonobo version %s installed. -There might be a newer version of Nautilus available that will work with this version of Bonobo. -Please check http://nautilus.eazel.com/." $bonobo_version` + message=`printf "This version of Nautilus requires Bonobo 0.26. This computer has Bonobo version %s installed. There might be a newer version of Nautilus available that will work with this version of Bonobo. + +Please check our download site at http://www.eazel.com/download" $bonobo_version` nautilus-error-dialog --message "$message" --title "$title" exit 1 @@ -96,7 +96,7 @@ button_two="Cancel" message="Nautilus or some library it uses is damaged or missing. It might work, but more likely it will not. You could try to reinstall Nautilus from: -http://download.eazel.com/. +http://www.eazel.com/download. Do you want to try to run Nautilus anyway? " |