Hello Heiko,<br><br>Thanks for your contribution and congrats on your first commit to the repository (<a href="http://git.videolan.org/?p=vlmc.git;a=commit;h=5e2f23c8ca877273e397001a1bb055594363dc2f">http://git.videolan.org/?p=vlmc.git;a=commit;h=5e2f23c8ca877273e397001a1bb055594363dc2f</a>) Keep sending us more :)<br>

<br>Creating patch and contributing is very easy:<br>- Fetch/Clone latest source off our git repository (hint: git branch may help)<br>- Make changes to the code, before creating a patch make sure it builds fine; git diff to view changes you've made<br>

- Among several ways, I recommend this: git commit -a -m "Put your commit message here... for example what does your commit fix or enhance"<br>- To create patch (make it HEAD~n for n patches you've already committed):<br>

    git format-patch -o <path to folder where you want to keep the patches> HEAD~1<br>- Email your patches, get fame :)<br><br>Cheers,<br>Rohit<br><br><div class="gmail_quote">On Fri, Sep 2, 2011 at 7:11 PM, Heiko Selber <span dir="ltr"><<a href="mailto:heiko.selber@gmx.de">heiko.selber@gmx.de</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi there,<br>
<br>
I just tried VLMC for the first time and noticed that there were some obvious errors (probably sloppy copy&paste) in the German translation of the new project wizard.<br>
<br>
I created a small patch (attached).<br>
<br>
I hope the diff format is right; I have no experience whatsoever with Git, and ended up being quite confused :-)<br>
<br>
Cheers,<br>
<br>
Heiko<br>
<font color="#888888"><br>
--<br>
----<br>
I condem'n the abuse of apostrophe's.<br>
<br>
<br>
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir<br>
belohnen Sie mit bis zu 50,- Euro! <a href="https://freundschaftswerbung.gmx.de" target="_blank">https://freundschaftswerbung.gmx.de</a><br>
</font><br>_______________________________________________<br>
Vlmc-devel mailing list<br>
<a href="mailto:Vlmc-devel@videolan.org">Vlmc-devel@videolan.org</a><br>
<a href="http://mailman.videolan.org/listinfo/vlmc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlmc-devel</a><br>
<br></blockquote></div><br>