From dac78913aa14de91269b398656e504fbf34c9baf Mon Sep 17 00:00:00 2001
From: 0ko <0ko@noreply.codeberg.org>
Date: Sat, 27 Jul 2024 13:18:40 +0000
Subject: [PATCH] i18n(en): new repo form: remove full stops from placeholders,
 clarify labels (#4709)

Just a small PR fixing some lines.

* removed full stop from placeholders, they were placed inconsistent and it doesn't really makes sense to have them in placeholders. It's usually either no full stop or ellipsis.
* s/Issue labels/Labels - obviously labels aren't used just for issues

That's about it. I may or may not send other improvements for this page later, this is just a simple PR that doesn't need testing.

Preview: https://codeberg.org/attachments/f7040bb4-9749-4cd2-9953-289e1103ea3e

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4709
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
---
 options/locale/locale_en-US.ini | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

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 <a target="_blank" rel="noopener noreferrer" href="%s">Choose a license.</a>
 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