Make format_time_summary display 4-digit years
This commit is contained in:
parent
0f1e3fab3e
commit
04262d12aa
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ std::string format_time_summary(time_t t) {
|
|||
}
|
||||
} else {
|
||||
// save is from a different year
|
||||
format_string = _("%b %d %y");
|
||||
format_string = _("%b %d %Y");
|
||||
}
|
||||
assert(format_string);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue