aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/edit_urpm_sources.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2009-01-08 11:43:19 +0000
committerThierry Vignaud <tv@mandriva.org>2009-01-08 11:43:19 +0000
commit73b31dd9efb14434e85fc8da6a4b475c5882d08f (patch)
tree010fe8b8164668bef1172668c3fca2f748c13ecc /Rpmdrake/edit_urpm_sources.pm
parent3d784841228a8fad79c9b88e1d5c6d403405918e (diff)
downloadrpmdrake-73b31dd9efb14434e85fc8da6a4b475c5882d08f.tar
rpmdrake-73b31dd9efb14434e85fc8da6a4b475c5882d08f.tar.gz
rpmdrake-73b31dd9efb14434e85fc8da6a4b475c5882d08f.tar.bz2
rpmdrake-73b31dd9efb14434e85fc8da6a4b475c5882d08f.tar.xz
rpmdrake-73b31dd9efb14434e85fc8da6a4b475c5882d08f.zip
use english case (spoted by pixel)
Diffstat (limited to 'Rpmdrake/edit_urpm_sources.pm')
-rw-r--r--Rpmdrake/edit_urpm_sources.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rpmdrake/edit_urpm_sources.pm b/Rpmdrake/edit_urpm_sources.pm
index 07793616..b116e278 100644
--- a/Rpmdrake/edit_urpm_sources.pm
+++ b/Rpmdrake/edit_urpm_sources.pm
@@ -414,7 +414,7 @@ sub remove_callback() {
N("Source Removal"),
@rows == 1 ?
N("Are you sure you want to remove source \"%s\"?", to_utf8($urpm->{media}[$rows[0]]{name})) :
- N("Are you sure you want to remove the following sources ?") . "\n\n" .
+ N("Are you sure you want to remove the following sources?") . "\n\n" .
format_list(map { to_utf8($urpm->{media}[$_]{name}) } @rows),
yesno => 1, scroll => 1,
transient => $::main_window,