Skip to content

Commit 8443ca1

Browse files
authored
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.
1 parent 75739d0 commit 8443ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ issues.error_modifying_due_date = "Failed to modify the due date."
10311031
issues.error_removing_due_date = "Failed to remove the due date."
10321032
issues.push_commit_1 = "added %d commit %s"
10331033
issues.push_commits_n = "added %d commits %s"
1034-
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`
1034+
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`
10351035
issues.due_date_form = "yyyy-mm-dd"
10361036
issues.due_date_form_add = "Add due date"
10371037
issues.due_date_form_edit = "Edit"

0 commit comments

Comments
 (0)