summaryrefslogtreecommitdiff
path: root/pkgkde-vcs
diff options
context:
space:
mode:
authorModestas Vainius <modax@debian.org>2012-06-02 19:37:24 +0300
committerModestas Vainius <modax@debian.org>2012-06-02 19:37:24 +0300
commit6e57c32120c6449e03f3636655502db2747e954f (patch)
tree433a93811696a809c13ad9f1408bff45be53abd9 /pkgkde-vcs
parent97610b2b630abfe9a522d44b6a32355d101180b2 (diff)
downloadpkg-kde-tools-6e57c32120c6449e03f3636655502db2747e954f.tar.gz
Better grammar (IMHO anyway).
Diffstat (limited to 'pkgkde-vcs')
-rwxr-xr-xpkgkde-vcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgkde-vcs b/pkgkde-vcs
index 58fca08..d390bbd 100755
--- a/pkgkde-vcs
+++ b/pkgkde-vcs
@@ -84,7 +84,7 @@ runcmd()
echo "$" "$*" >&2
fi
if [ "$OPT_PROMPT" = "prompt" ]; then
- echo -n "Run this command above and all others? (p = prompt next time) [Y/n/p]: "
+ echo -n "Run the command above and all others? (p = prompt next time) [Y/n/p]: "
while true; do
read ans
if [ "$ans" = "Y" ] || [ "$ans" = "y" ] || [ -z "$ans" ]; then