Skip to content

Commit f727e3e

Browse files
Fix editor.commit_empty_file_text locale string (#12744)
editor.commit_empty_file_text should read `about to commit` not `about commit` Signed-off-by: Andrew Thornton <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent 3408fb7 commit f727e3e

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
@@ -833,7 +833,7 @@ editor.file_deleting_no_longer_exists = The file being deleted, '%s', no longer
833833
editor.file_changed_while_editing = The file contents have changed since you started editing. <a target="_blank" rel="noopener noreferrer" href="%s">Click here</a> to see them or <strong>Commit Changes again</strong> to overwrite them.
834834
editor.file_already_exists = A file named '%s' already exists in this repository.
835835
editor.commit_empty_file_header = Commit an empty file
836-
editor.commit_empty_file_text = The file you're about commit is empty. Proceed?
836+
editor.commit_empty_file_text = The file you're about to commit is empty. Proceed?
837837
editor.no_changes_to_show = There are no changes to show.
838838
editor.fail_to_update_file = Failed to update/create file '%s' with error: %v
839839
editor.push_rejected_no_message = The change was rejected by the server without a message. Please check githooks.

0 commit comments

Comments
 (0)