Browse Source

git-gui: Pluralize timestamps within the options menu.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
maint
Shawn O. Pearce 18 years ago
parent
commit
2bc5b3487e
  1. 2
      git-gui

2
git-gui

@ -1491,7 +1491,7 @@ menu .mbar.push @@ -1491,7 +1491,7 @@ menu .mbar.push

# -- Options Menu
menu .mbar.options
.mbar.options add checkbutton -label {Trust File Modification Timestamp} \
.mbar.options add checkbutton -label {Trust File Modification Timestamps} \
-offvalue false \
-onvalue true \
-variable cfg_trust_mtime

Loading…
Cancel
Save