From: Rudolf Polzer Date: Mon, 17 Jan 2011 06:10:09 +0000 (+0100) Subject: remove a useless argument X-Git-Tag: xonotic-v0.5.0~318^2~81 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=54cd5b59218d8b1b8a49ef2299231769f1ee59a3;p=xonotic%2Fxonotic-data.pk3dir.git remove a useless argument --- diff --git a/qcsrc/menu/i18n-guide.txt b/qcsrc/menu/i18n-guide.txt index 957b023c5..6a2172cdc 100644 --- a/qcsrc/menu/i18n-guide.txt +++ b/qcsrc/menu/i18n-guide.txt @@ -7,7 +7,7 @@ Guideline: - if a translatable string is a strcat monster, change it to sprintf - if code loads files with text, use language_filename() - test by: - find . -type f -not -name \*.po -not -name \*.txt | xgettext -LC -k_ -f- gamecommand.qc + find . -type f -not -name \*.po -not -name \*.txt | xgettext -LC -k_ -f- - interesting vim macros: :map # /" :map ' i_(2f"a)/"