summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/sh
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-04-03 23:10:21 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-04-03 23:10:21 +0000
commit267f75a9de785e93d0d77123dfa6f745eed05def (patch)
tree7b3932c3ccde28f1db2248363a701d6f785063e3 /kdpkg-install/sh
parent01a3b7ad4464682c1d4319151ab7791f6f0a9dd8 (diff)
downloadkdpkg-267f75a9de785e93d0d77123dfa6f745eed05def.tar.gz
kdpkg-267f75a9de785e93d0d77123dfa6f745eed05def.zip
Final set of fixes; application now has proper functionality and is reasonably intuitive as well
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdpkg@1110669 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdpkg-install/sh')
-rwxr-xr-xkdpkg-install/sh/kdpkg-sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/sh/kdpkg-sh b/kdpkg-install/sh/kdpkg-sh
index 59b3ad1..0e2df8a 100755
--- a/kdpkg-install/sh/kdpkg-sh
+++ b/kdpkg-install/sh/kdpkg-sh
@@ -40,7 +40,7 @@ if [ "$1" == "install" ]; then
else
echo ""
echo "Errors were encountered while installing your package"
- echo "Please press enter to continue"
+ echo "Please press enter to exit"
read
fi
fi