diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/get_pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm index c8e87cdb..047da8fa 100644 --- a/urpm/get_pkgs.pm +++ b/urpm/get_pkgs.pm @@ -176,7 +176,7 @@ sub download_packages_of_distant_media { } if (%distant_sources && ! -w "$urpm->{cachedir}/partial") { - $urpm->{error}(N("sorry you can't use --install-src to install remote .src.rpm files")); + $urpm->{error}(N("sorry, you can't use --install-src to install remote .src.rpm files")); exit 1; } |