> > > ----- Original Message ---- > From: Paul Mackerras <paulus@xxxxxxxxx> > To: Brett Schwarz <brett_schwarz@xxxxxxxxx> > Cc: Christian Stimming <stimming@xxxxxxx>; git@xxxxxxxxxxxxxxx > Sent: Friday, July 27, 2007 7:40:20 PM > Subject: Re: [PATCH 2/2] gitk: Markup many strings for translation. > > Brett Schwarz writes: > > > > - set commitinfo($id) {"No commit information available"} > > > + set commitinfo($id) {[mc "No commit information available"]} > > > > I think this is probably a typo (on the original), and carrying that > > forward will probably result in what was not intended. > > > > The original has the {} and "". I don't know if this was intended > > (it will keep the quotes). > > Yes it is what was intended - it is a list with one element, which is > a string. Ah, ok. Then the patch probably should look like this then: set commitinfo($id) [list [mc "No commit information available"]] Regards, --brett ____________________________________________________________________________________ Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. http://sims.yahoo.com/ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html