checkout: call a single commit "it" intead of "them"
authorThomas Schneider <thosch97@gmail.com>
Wed, 1 Apr 2015 17:38:00 +0000 (19:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2015 23:44:59 +0000 (16:44 -0700)
When detached and checking out a branch again, git checkout warns
about commit(s) that might get lost. It says "If you want to keep
them ..." even for only one commit.

Use Q_() to allow differentiating singular vs plural.

Signed-off-by: Thomas Schneider <thosch97@gmail.com>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found