summaryrefslogtreecommitdiff
path: root/bin/update.sh
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-09-25 13:03:53 +0000
committeralecpl <alec@alec.pl>2010-09-25 13:03:53 +0000
commite019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 (patch)
treeebde4a0ae4c57dd23a84d841b7eb6a04c1b6cdcf /bin/update.sh
parent6465a92a38bb42dae3f669e9f2e4f570b6dd5d95 (diff)
- s/RoundCube/Roundcube/
Diffstat (limited to 'bin/update.sh')
-rwxr-xr-xbin/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/update.sh b/bin/update.sh
index 2d59b26c1..5f4e3f24c 100755
--- a/bin/update.sh
+++ b/bin/update.sh
@@ -124,12 +124,12 @@ if ($RCI->configured) {
if ($success) {
- echo "This instance of RoundCube is up-to-date.\n";
+ echo "This instance of Roundcube is up-to-date.\n";
echo "Have fun!\n";
}
}
else {
- echo "This instance of RoundCube is not yet configured!\n";
+ echo "This instance of Roundcube is not yet configured!\n";
echo "Open http://url-to-roundcube/installer/ in your browser and follow the instuctions.\n";
}