Skip to content

Commit 339fd9c

Browse files
33mhzunknwon
authored andcommitted
locale: fix English grammar for delete repository dialog (gogs#4862)
* fix typo in en-US delete dialog * fix typo in en-GB delete dialog * improve en-GB delete dialog language * improve en-US delete dialog language
1 parent 0f14b92 commit 339fd9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/locale/locale_en-GB.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ settings.wiki_deletion_success=Repository wiki data have been erased successfull
757757
settings.delete=Delete This Repository
758758
settings.delete_desc=Once you delete a repository, there is no going back. Please be certain.
759759
settings.delete_notices_1=- This operation <strong>CANNOT</strong> be undone.
760-
settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators.
760+
settings.delete_notices_2=- This operation will permanently delete everything in this repository, including Git data, issues, comments and collaborator access.
761761
settings.delete_notices_fork_1=- All forks will become independent after deletion.
762762
settings.deletion_success=Repository has been deleted successfully!
763763
settings.update_settings_success=Repository options has been updated successfully.

conf/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ settings.wiki_deletion_success = Repository wiki data have been erased successfu
761761
settings.delete = Delete This Repository
762762
settings.delete_desc = Once you delete a repository, there is no going back. Please be certain.
763763
settings.delete_notices_1 = - This operation <strong>CANNOT</strong> be undone.
764-
settings.delete_notices_2 = - This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators.
764+
settings.delete_notices_2 = - This operation will permanently delete everything in this repository, including Git data, issues, comments and collaborator access.
765765
settings.delete_notices_fork_1 = - All forks will become independent after deletion.
766766
settings.deletion_success = Repository has been deleted successfully!
767767
settings.update_settings_success = Repository options has been updated successfully.

0 commit comments

Comments
 (0)