diff options
author | bugreport0 <32939607+bugreport0@users.noreply.github.com> | 2018-09-19 11:02:08 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-09-19 12:02:08 +0300 |
commit | 91b164c77851b0e0eaa694ae7b94357457f9f0bb (patch) | |
tree | 90e08ad238ea9ac273a143edf91906180a742555 /options/locale | |
parent | 552d8d3a4e3a5598cc7ff5469d52cc84d354b4d3 (diff) | |
download | gitea-91b164c77851b0e0eaa694ae7b94357457f9f0bb.tar.gz gitea-91b164c77851b0e0eaa694ae7b94357457f9f0bb.zip |
Fix interpunction in English translation. (#4958)
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index bbb8a6c8c4..b7884b0199 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -80,7 +80,7 @@ loading = Loading… install = Installation title = Initial Configuration docker_helper = If you run Gitea inside Docker, please read the <a target="_blank" rel="noopener noreferrer" href="%s">documentation</a> before changing any settings. -requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, or SQLite3. +requite_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL or SQLite3. db_title = Database Settings db_type = Database Type host = Host @@ -792,7 +792,7 @@ issues.due_date_invalid = "The due date is invalid or out of range. Please use t issues.dependency.title = Dependencies issues.dependency.issue_no_dependencies = This issue currently doesn't have any dependencies. issues.dependency.pr_no_dependencies = This pull request currently doesn't have any dependencies. -issues.dependency.add = Add dependency... +issues.dependency.add = Add dependency… issues.dependency.cancel = Cancel issues.dependency.remove = Remove issues.dependency.remove_info = Remove this dependency |