You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1374,17 +1374,14 @@ editor.branch_already_exists = Branch "%s" already exists in this repository.
1374
1374
editor.directory_is_a_file = Directory name "%s" is already used as a filename in this repository.
1375
1375
editor.file_is_a_symlink = `"%s" is a symbolic link. Symbolic links cannot be edited in the web editor`
1376
1376
editor.filename_is_a_directory = Filename "%s" is already used as a directory name in this repository.
1377
-
editor.file_editing_no_longer_exists = The file being edited, "%s", no longer exists in this repository.
1378
-
editor.file_deleting_no_longer_exists = The file being deleted, "%s", no longer exists in this repository.
1377
+
editor.file_modifying_no_longer_exists = The file being modified, "%s", no longer exists in this repository.
1379
1378
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.
1380
1379
editor.file_already_exists = A file named "%s" already exists in this repository.
1381
1380
editor.commit_id_not_matching = The Commit ID does not match the ID when you began editing. Commit into a patch branch and then merge.
1382
1381
editor.push_out_of_date = The push appears to be out of date.
1383
1382
editor.commit_empty_file_header = Commit an empty file
1384
1383
editor.commit_empty_file_text = The file you're about to commit is empty. Proceed?
1385
1384
editor.no_changes_to_show = There are no changes to show.
1386
-
editor.fail_to_update_file = Failed to update/create file "%s".
0 commit comments