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.
-- \\// Peter - http://www.softwolves.pp.se/ -- 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