aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCirno the Strongest <1447794+CirnoT@users.noreply.github.com>2020-05-25 21:50:52 +0200
committerGitHub <noreply@github.com>2020-05-25 20:50:52 +0100
commit8443ca109be386d28e8a65b5c8fb3e903b537edb (patch)
tree7ce5bebf9df5eaee142873ee0e9ad2bb7a7e51b8
parent75739d00cb05b07706304bca742dc676e34b9a74 (diff)
downloadgitea-8443ca109be386d28e8a65b5c8fb3e903b537edb.tar.gz
gitea-8443ca109be386d28e8a65b5c8fb3e903b537edb.zip
Make issues.force_push_codes message shorter (#11575)
Also removes stray dot and whitespace. Trying to make base message shorter; I don't envy translators, the message can easily get multi-line in English, I'm sure that is even bigger problem in other languages.
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index dec5cdd115..17c681df42 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1031,7 +1031,7 @@ issues.error_modifying_due_date = "Failed to modify the due date."
issues.error_removing_due_date = "Failed to remove the due date."
issues.push_commit_1 = "added %d commit %s"
issues.push_commits_n = "added %d commits %s"
-issues.force_push_codes = `force-pushed the %[1]s branch from <a href="%[3]s">%[2]s</a> to <a href="%[5]s">%[4]s</a>. %[6]s`
+issues.force_push_codes = `force-pushed %[1]s from <a href="%[3]s">%[2]s</a> to <a href="%[5]s">%[4]s</a> %[6]s`
issues.due_date_form = "yyyy-mm-dd"
issues.due_date_form_add = "Add due date"
issues.due_date_form_edit = "Edit"