From 1a0c965a464a681b57e171b38a81c7e5f6876115 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 17 Jan 2011 07:10:09 +0100 Subject: [PATCH] remove a useless argument --- qcsrc/menu/i18n-guide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)/" -- 2.39.2