aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2016-10-12 19:40:03 +0000
committerNeal H. Walfield <[email protected]>2016-10-12 19:40:03 +0000
commitca84f65c7cf2c6a08a01018519965a82e6c52cac (patch)
tree911c8937b31813debebca3125357fbd4a15c0094
parentg10: Correctly determine whether a binding has a conflict. (diff)
downloadgnupg-ca84f65c7cf2c6a08a01018519965a82e6c52cac.tar.gz
gnupg-ca84f65c7cf2c6a08a01018519965a82e6c52cac.zip
g10: Make a singular string singular.
* g10/tofu.c (ask_about_binding): Make the singular string singular. -- Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to '')
-rw-r--r--g10/tofu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c
index ce107ded7..ae7166c3f 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -1619,7 +1619,7 @@ ask_about_binding (ctrl_t ctrl,
else
{
if (labs(stats_iter->time_ago) == 3)
- es_fprintf (fp, ngettext(" over the past days.",
+ es_fprintf (fp, ngettext(" over the past day.",
" over the past %d days.",
seen_in_past),
TIME_AGO_SMALL_THRESHOLD