summaryrefslogtreecommitdiffstats
path: root/urpme
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2001-11-27 18:59:33 +0000
committerPablo Saratxaga <pablo@mandriva.com>2001-11-27 18:59:33 +0000
commit8923ae296271934e0e9f486877efde3f6e090d24 (patch)
treebda65c104c7a99dcea81192f97c4ce46c957c753 /urpme
parent41e32b3391326cf338195e5863121ff36fcd6a81 (diff)
downloadurpmi-8923ae296271934e0e9f486877efde3f6e090d24.tar
urpmi-8923ae296271934e0e9f486877efde3f6e090d24.tar.gz
urpmi-8923ae296271934e0e9f486877efde3f6e090d24.tar.bz2
urpmi-8923ae296271934e0e9f486877efde3f6e090d24.tar.xz
urpmi-8923ae296271934e0e9f486877efde3f6e090d24.zip
fixed some English typos; updated Hungarian file
Diffstat (limited to 'urpme')
-rw-r--r--urpme2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpme b/urpme
index 50610fc4..735cd0f8 100644
--- a/urpme
+++ b/urpme
@@ -63,7 +63,7 @@ if (@toremove > @l && !$auto) {
my $sum = 0; map { $sum += $_ } `rpm -q --queryformat "%{SIZE}\n" @toremove`;
print "To satisfy dependencies, the following packages are going to be removed";
printf " (%d MB)", toMb($sum);
- print ":\n@toremove\nIs it ok? (Y/n) ";
+ print ":\n@toremove\nIs it OK? (Y/n) ";
<STDIN> =~ /n/i and exit 0;
}
system("rpm", "-e", @toremove);