Re: redundant message in builtin/rm.c

2013-08-05 Thread Matthieu Moy
Junio C Hamano writes: > Thanks both. Perhaps we should do something like this? > > -- >8 -- > Subject: builtin/rm.c: consolidate error reporting for removing submodules Sounds good, yes. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubsc

Re: redundant message in builtin/rm.c

2013-07-25 Thread Junio C Hamano
Ralf Thielow writes: > It's more readable if "\n" is at the end of a line. > > Q_("the following submodule (or one of its nested submodules)\n" > "uses a .git directory:" Thanks both. Perhaps we should do something like this? -- >8 -- Subject: builtin/rm.c: consolidate error reporting for remo

Re: redundant message in builtin/rm.c

2013-07-25 Thread Ralf Thielow
2013/7/26 Jiang Xin : > Hi, > > Commit v1.8.3-1-g914dc02 (rm: better error message on failure for > multiple files) > introduced many messages need to be translated. I found two similar messages > each has a slight typo, and the differences cause redundant works for > l10n translators. > >

redundant message in builtin/rm.c

2013-07-25 Thread Jiang Xin
Hi, Commit v1.8.3-1-g914dc02 (rm: better error message on failure for multiple files) introduced many messages need to be translated. I found two similar messages each has a slight typo, and the differences cause redundant works for l10n translators. # builtin/rm.c, line: 90