Michael Stefaniuc : start: One language specifier in the English resource is enough.

Alexandre Julliard julliard at winehq.org
Mon Jun 28 11:01:18 CDT 2010


Module: wine
Branch: master
Commit: b8489d5f33c049e6ea9523bbea26695e8a60b456
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b8489d5f33c049e6ea9523bbea26695e8a60b456

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Sun Jun 27 22:51:06 2010 +0200

start: One language specifier in the English resource is enough.

Also fix a strange indentation.

---

 programs/start/En.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/start/En.rc b/programs/start/En.rc
index 463b6c2..3b9fa39 100644
--- a/programs/start/En.rc
+++ b/programs/start/En.rc
@@ -23,9 +23,9 @@
 
 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
 
-STRINGTABLE DISCARDABLE LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
+STRINGTABLE DISCARDABLE
 {
-STRING_USAGE,                                   "Start a program, or open a document in the program normally used for files with that suffix.\n\
+STRING_USAGE, "Start a program, or open a document in the program normally used for files with that suffix.\n\
 Usage:\n\
 start [options] program_filename [...]\n\
 start [options] document_filename\n\




More information about the wine-cvs mailing list