Show
Ignore:
Timestamp:
10/07/06 23:30:31 (2 years ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1152567031 +0000
git-parent:

[d09d23ba8e4c0dbd448827bfef6af07118314cff]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1152567031 +0000
Message:

* updated the po-files, started some work on the German translation, a minor string fix and removal of an untranslatable string

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/playlist/qtl.c

    r3fbed7a r6f2a64e  
    385385                                psz_src, psz_moviename, 0, NULL, -1 ); 
    386386#define SADD_INFO( type, field ) if( field ) { vlc_input_item_AddInfo( \ 
    387                     p_input, _("QuickTime Media Link"), _(type), "%s", field ) ; } 
     387                    p_input, "QuickTime Media Link", _(type), "%s", field ) ; } 
    388388        SADD_INFO( "href", psz_href ); 
    389389        SADD_INFO( "mime type", psz_mimetype );