kmerge: remove extraneous '?' in merge prompt
This commit is contained in:
parent
6c853f1b95
commit
e37b911807
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ int s = 0;
|
|||
}
|
||||
|
||||
ct = maketime(s, time_format);
|
||||
swprintf(pr, wsizeof(pr), L"Merge %d marked entries [%ls] into current entry?",
|
||||
swprintf(pr, wsizeof(pr), L"Merge %d marked entries [%ls] into current entry",
|
||||
nmarked, ct);
|
||||
free(ct);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue