diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-06-03 14:30:36 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-06-03 14:30:36 -0700 |
| commit | 28db3b7b71c25e87cf7eed5406a1a1052311d330 (patch) | |
| tree | ec9a1b4e9b55104bdc3698ec2e985512c49f8ac2 /builtin/submodule--helper.c | |
| parent | 16a0e92ddc39ff6266c9b78aaad56b1e3ac687a4 (diff) | |
| parent | e2f4045fc459872868aad25906ba7bec57ae112d (diff) | |
| download | git-28db3b7b71c25e87cf7eed5406a1a1052311d330.tar.gz | |
Merge branch 'jx/l10n-workflow-change'
A workflow change for translators are being proposed.
* jx/l10n-workflow-change:
l10n: Document the new l10n workflow
Makefile: add "po-init" rule to initialize po/XX.po
Makefile: add "po-update" rule to update po/XX.po
po/git.pot: don't check in result of "make pot"
po/git.pot: this is now a generated file
Makefile: remove duplicate and unwanted files in FOUND_SOURCE_FILES
i18n CI: stop allowing non-ASCII source messages in po/git.pot
Makefile: have "make pot" not "reset --hard"
Makefile: generate "po/git.pot" from stable LOCALIZED_C
Makefile: sort source files before feeding to xgettext
Diffstat (limited to 'builtin/submodule--helper.c')
| -rw-r--r-- | builtin/submodule--helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 3aed3a4e48..12ecadd712 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -3260,7 +3260,7 @@ static int module_add(int argc, const char **argv, const char *prefix) N_("reference repository")), OPT_BOOL(0, "dissociate", &dissociate, N_("borrow the objects from reference repositories")), OPT_STRING(0, "name", &add_data.sm_name, N_("name"), - N_("sets the submodule’s name to the given string " + N_("sets the submodule's name to the given string " "instead of defaulting to its path")), OPT_INTEGER(0, "depth", &add_data.depth, N_("depth for shallow clones")), OPT_END() |
