From 73b31dd9efb14434e85fc8da6a4b475c5882d08f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 8 Jan 2009 11:43:19 +0000 Subject: use english case (spoted by pixel) --- Rpmdrake/edit_urpm_sources.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rpmdrake') 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, -- cgit v1.2.1