Peter Krefting <peter@xxxxxxxxxxxxxxxx> writes: > Andreas Amann: > >> + set difffile "$diffidtext [file tail $flist_menu_file]" >> + set difffile [tk_getSaveFile -initialfile $difffile -title "Save file as" -parent .] >> + if {$difffile eq {}} { >> + return >> + } >> + save_file_from_commit $diffid:$flist_menu_file $difffile "revision $diffid" > > I might be misunderstanding the code (this is not one of my preferred > programming languages), but it looks like this is missing the gettext > markers necessary to get these strings localized. thanks for pointing this out. Will resend an updated patch. -- 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