diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-04-19 21:37:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-19 21:37:17 -0700 |
commit | 34130cc06b478d824cc428c33796f620dd0c7424 (patch) | |
tree | 94a750270114f8e3774a389f375ed6fd4dfea546 | |
parent | a06380be54c877241a02cf057d7bf20c958224be (diff) | |
parent | 0301f1fd92f4086a3557afa14f3e209787964b4d (diff) | |
download | git-34130cc06b478d824cc428c33796f620dd0c7424.tar.gz |
Merge branch 'va/i18n-perl-scripts'
Message fix.
* va/i18n-perl-scripts:
git-add--interactive.perl: add missing dot in a message
-rwxr-xr-x | git-add--interactive.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-add--interactive.perl b/git-add--interactive.perl index 77b4ed53a8..709a5f6ce6 100755 --- a/git-add--interactive.perl +++ b/git-add--interactive.perl @@ -1040,7 +1040,7 @@ marked for unstaging."), marked for applying."), checkout_index => N__( "If the patch applies cleanly, the edited hunk will immediately be -marked for discarding"), +marked for discarding."), checkout_head => N__( "If the patch applies cleanly, the edited hunk will immediately be marked for discarding."), |