diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2006-11-07 21:38:22 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2006-11-07 23:48:22 -0500 |
commit | 2bc5b3487e47dc6caa8d543fc50a944e80651c59 (patch) | |
tree | a5d5975350da8e1279a0902e40119752707d67fa /git-gui | |
parent | 988b8a7d63ff52f252bb4c517d9f05c3952aa728 (diff) | |
download | git-2bc5b3487e47dc6caa8d543fc50a944e80651c59.tar.gz git-2bc5b3487e47dc6caa8d543fc50a944e80651c59.tar.xz |
git-gui: Pluralize timestamps within the options menu.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'git-gui')
-rwxr-xr-x | git-gui | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |