diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 4720207a68..aee1e60b35 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1060,7 +1060,7 @@ repo_name_helper = Good repository names use short, memorable and unique keyword repo_size = Repository Size size_format = %[1]s: %[2]s, %[3]s: %[4]s template = Template -template_select = Select a template. +template_select = Select a template template_helper = Make repository a template template_description = Template repositories let users generate new repositories with the same directory structure, files, and optional settings. visibility = Visibility @@ -1087,17 +1087,17 @@ generate_from = Generate from repo_desc = Description repo_desc_helper = Enter short description (optional) repo_lang = Language -repo_gitignore_helper = Select .gitignore templates. +repo_gitignore_helper = Select .gitignore templates repo_gitignore_helper_desc = Choose which files not to track from a list of templates for common languages. Typical artifacts generated by each language's build tools are included on .gitignore by default. -issue_labels = Issue labels -issue_labels_helper = Select an issue label set. +issue_labels = Labels +issue_labels_helper = Select a label set license = License -license_helper = Select a license file. +license_helper = Select a license file license_helper_desc = A license governs what others can and can't do with your code. Not sure which one is right for your project? See Choose a license. object_format = Object format object_format_helper = Object format of the repository. Cannot be changed later. SHA1 is the most compatible. readme = README -readme_helper = Select a README file template. +readme_helper = Select a README file template readme_helper_desc = This is the place where you can write a complete description for your project. auto_init = Initialize repository (Adds .gitignore, License and README) create_repo = Create repository