i18n: branch: mark option description for translation

Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Vasco Almeida committed Sep 15, 2016 at 14:58 UTC fb4cc6a9cb9b701fb2f7d30b20d0c3c4ceea5882
1 file changed +1 -1
builtin/branch.c
+1 -1
@@ -657,7 +657,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
657 OPT_SET_INT( 0, "set-upstream", &track, N_("change upstream info"),
658 BRANCH_TRACK_OVERRIDE),
659 OPT_STRING('u', "set-upstream-to", &new_upstream, N_("upstream"), N_("change the upstream info")),
660 - OPT_BOOL(0, "unset-upstream", &unset_upstream, "Unset the upstream info"),
660 + OPT_BOOL(0, "unset-upstream", &unset_upstream, N_("Unset the upstream info")),
661 OPT__COLOR(&branch_use_color, N_("use colored output")),
662 OPT_SET_INT('r', "remotes", &filter.kind, N_("act on remote-tracking branches"),
663 FILTER_REFS_REMOTES),