aboutsummaryrefslogtreecommitdiffstats
path: root/options/locale/locale_en-US.ini
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2022-04-26 18:54:40 +0800
committerGitHub <noreply@github.com>2022-04-26 13:54:40 +0300
commit03eba32bd91533f090a82b62bd9cffd9e448aaa7 (patch)
tree7625e4d079617e1d6364909a715ca1c213f4abad /options/locale/locale_en-US.ini
parentfef26c159c7f426d7f6331b31e6d4119e47a9188 (diff)
downloadgitea-03eba32bd91533f090a82b62bd9cffd9e448aaa7.tar.gz
gitea-03eba32bd91533f090a82b62bd9cffd9e448aaa7.zip
Add a new menu in file view to open blame view and fix blame view select range bug (#19500)
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r--options/locale/locale_en-US.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 6725964f53..5ec001b6d4 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1041,6 +1041,7 @@ line_unicode = `This line has hidden unicode characters`
escape_control_characters = Escape
unescape_control_characters = Unescape
file_copy_permalink = Copy Permalink
+view_git_blame = View Git Blame
video_not_supported_in_browser = Your browser does not support the HTML5 'video' tag.
audio_not_supported_in_browser = Your browser does not support the HTML5 'audio' tag.
stored_lfs = Stored with Git LFS
@@ -3088,7 +3089,7 @@ settings.link = Link this package to a repository
settings.link.description = If you link a package with a repository, the package is listed in the repository's package list.
settings.link.select = Select Repository
settings.link.button = Update Repository Link
-settings.link.success = Repository link was successfully updated.
+settings.link.success = Repository link was successfully updated.
settings.link.error = Failed to update repository link.
settings.delete = Delete package
settings.delete.description = Deleting a package is permanent and cannot be undone.