several cosmetic changes
[kernel-bfs] / kernel-bfs-2.6.28 / debian / kernel-bfs-uninstall
index 1ac59ba..34fe813 100755 (executable)
@@ -1,11 +1,11 @@
 #!/bin/sh
-tmp=/tmp/kernel-deinstall
+tmp=/tmp/kernel-bfs-uninstall
 cat > $tmp <<EOF
 This program will remove the BFS Linux kernel
 and restore the original Nokia kernel.
 Warning: This method is currently experimental and
 could lead to a bricked device. For a safe but manual
-method please visit http://wiki.maemo.org/Kernel_Power
+method please visit http://wiki.maemo.org/Kernel_BFS
 
 This program only uninstalls "Linux kernel for BFS user".
 Other packages can be uninstalled in Application Manager.
@@ -20,7 +20,7 @@ Otherwise confirm the dialog to revert back Nokia kernel.
 After the uninstallation, you need to unplug the USB cable,
 completely shutdown your device, and start it again.
 EOF
-maemo-confirm-text "Linux kernel for BFS/power user" $tmp
+maemo-confirm-text "Linux kernel for BFS user" $tmp
 res=$?
 rm -f $tmp
 dbus="run-standalone.sh dbus-send --type=method_call --dest=org.freedesktop.Notifications /org/freedesktop/Notifications"