git-gui: Pluralize timestamps within the options menu.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
988b8a7d63
commit
2bc5b3487e
2
git-gui
2
git-gui
@ -1491,7 +1491,7 @@ menu .mbar.push
|
|||||||
|
|
||||||
# -- Options Menu
|
# -- Options Menu
|
||||||
menu .mbar.options
|
menu .mbar.options
|
||||||
.mbar.options add checkbutton -label {Trust File Modification Timestamp} \
|
.mbar.options add checkbutton -label {Trust File Modification Timestamps} \
|
||||||
-offvalue false \
|
-offvalue false \
|
||||||
-onvalue true \
|
-onvalue true \
|
||||||
-variable cfg_trust_mtime
|
-variable cfg_trust_mtime
|
||||||
|
Loading…
Reference in New Issue
Block a user