summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2004-08-14 14:06:55 +0000
committerFunda Wang <fwang@mandriva.org>2004-08-14 14:06:55 +0000
commit097908af363b19aa0bc138a58d72e333cea9e236 (patch)
tree009a08af666e5807f218da0650f3a747f1a77c09 /mdkupdate
parente59220f214ad4246df8d676a3a475526a7206b82 (diff)
downloadmgaonline-097908af363b19aa0bc138a58d72e333cea9e236.tar
mgaonline-097908af363b19aa0bc138a58d72e333cea9e236.tar.gz
mgaonline-097908af363b19aa0bc138a58d72e333cea9e236.tar.bz2
mgaonline-097908af363b19aa0bc138a58d72e333cea9e236.tar.xz
mgaonline-097908af363b19aa0bc138a58d72e333cea9e236.zip
MandrakeOnline -> Mandrakeonline
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate8
1 files changed, 4 insertions, 4 deletions
diff --git a/mdkupdate b/mdkupdate
index e311120a..86c7612b 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -56,8 +56,8 @@ This is free software and may be redistributed under the terms of the GNU GPL.
usage:
", $VERSION, $YEARS) . N(" --help - print this help message.
-") . N(" --auto - Mdkupdate launched automatically.
-") . N(" --applet - launch MandrakeUpdate.
+") . N(" --auto - Mandrakeupdate launched automatically.
+") . N(" --applet - launch Mandrakeupdate.
") . N(" --update - Update keys
");
exit(0);
@@ -125,7 +125,7 @@ if ($o{LOGIN} && $o{PASS} && $o{LOGIN} !~ /\s+/ && $o{PASS} !~ /\s+/) {
};
$action->{$u}->();
} else {
- log::l(N("Connection problem")."\n" . N("MandrakeUpdate could not contact the site, we will try again."));
+ log::l(N("Connection problem")."\n" . N("Mandrakeupdate could not contact the site, we will try again."));
}
} else {
$ret = -1;
@@ -196,7 +196,7 @@ sub send_rpm_dif {
unlink "$confdir/mdkupdate.rpms";
rename "$confdir/rpm_qa_installed_after", "$confdir/mdkupdate.rpms";
} else {
- log::l(N("Connection problem")."\n" . N("Mdkupdate could not upload the diff files. Send a mail to support [at] mandrakeonline [dot] net"));
+ log::l(N("Connection problem")."\n" . N("Mandrakeupdate could not upload the diff files. Send a mail to support [at] mandrakeonline [dot] net"));
return
}
}