QTfrontend/util/LibavInteraction.cpp
changeset 8362 89a6b7cc6f95
parent 8065 609d07b337b5
child 9080 9b42757d7e71
--- a/QTfrontend/util/LibavInteraction.cpp	Wed Jan 02 18:32:19 2013 +0100
+++ b/QTfrontend/util/LibavInteraction.cpp	Fri Jan 04 19:42:49 2013 +0400
@@ -302,7 +302,7 @@
         else
             continue;
         AVCodec* pDecoder = avcodec_find_decoder(pCodec->codec_id);
-        desc += pDecoder? pDecoder->name : "unknown";
+        desc += pDecoder? pDecoder->name : tr("unknown");
         desc += "\n";
     }
     AVDictionaryEntry* pComment = av_dict_get(pContext->metadata, "comment", NULL, 0);