зеркало из https://github.com/microsoft/git.git
git-gui: fix typo in lib/blame.tcl
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Родитель
96225dbe96
Коммит
cbf13d9e0c
|
@ -905,7 +905,7 @@ method _open_tooltip {cur_w} {
|
|||
set author_time {}
|
||||
catch {set author_name $header($cmit,author)}
|
||||
catch {set summary $header($cmit,summary)}
|
||||
catch {set author_time [foramt_date $header($cmit,author-time)]}
|
||||
catch {set author_time [format_date $header($cmit,author-time)]}
|
||||
|
||||
$tooltip_t insert end [strcat [mc "Originally By:"] "\n"] section_header
|
||||
$tooltip_t insert end "commit $cmit\n"
|
||||
|
|
Загрузка…
Ссылка в новой задаче