From 222785e1cbb090566b6d0c77e40571907570cb5a Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 26 Feb 2001 17:13:26 +0000 Subject: updated Danish file updated pot file --- urpmi.removemedia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpmi.removemedia') diff --git a/urpmi.removemedia b/urpmi.removemedia index bfeb1f4b..d68c230f 100755 --- a/urpmi.removemedia +++ b/urpmi.removemedia @@ -46,7 +46,7 @@ sub main { @toremoves = @entries; @toremoves == 0 and die _("nothing to remove (use urpmi.addmedia to add a media)\n"); } - @toremoves == 0 and die sprintf(_("missing the entry to remove\n(one of %s)\n"), join(", ", @entries)); + @toremoves == 0 and die sprintf(_("the entry to remove is missing\n(one of %s)\n"), join(", ", @entries)); $urpm->remove_media(@toremoves); $urpm->update_media; -- cgit v1.2.1