Tag exception text for translation. (bnc #537086)
authorMichael Andres <ma@suse.de>
Tue, 8 Sep 2009 14:09:49 +0000 (16:09 +0200)
committerMichael Andres <ma@suse.de>
Tue, 8 Sep 2009 14:09:49 +0000 (16:09 +0200)
zypp/media/MediaAria2c.cc

index 98a0fd8..9c48874 100644 (file)
@@ -437,7 +437,8 @@ void MediaAria2c::getFileCopy( const Pathname & filename , const Pathname & targ
         case 1: // unknown
         default:
         {
-          MediaException e(str::form("Failed to download %s from %s", filename.c_str(), _url.asString().c_str()));
+          // TranslatorExplanation: Failed to download <FILENAME> from <SERVERURL>.
+          MediaException e(str::form(_("Failed to download %s from %s"), filename.c_str(), _url.asString().c_str()));
           for_(it, ariaExceptions.begin(), ariaExceptions.end())
               e.addHistory(*it);