From: Thomas Schneider Date: Wed, 1 Apr 2015 17:38:00 +0000 (+0200) Subject: checkout: call a single commit "it" intead of "them" X-Git-Tag: v2.5.0-rc0~156^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fc792ca86049a85f9cf916d6bcdbbc1799ba91ec?hp=fc792ca86049a85f9cf916d6bcdbbc1799ba91ec checkout: call a single commit "it" intead of "them" 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 Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---