diff options
author | DuckDuckWhale <theduckyjason@gmail.com> | 2020-12-20 22:11:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 08:11:39 +0200 |
commit | e8a354f8191fba0f2e4be47aba22f267116d8236 (patch) | |
tree | 0104b222b219904a3cd8589fdc7e43423d80547c /options/locale/locale_en-US.ini | |
parent | 14ac3e617f226c1241de9c0fa2eee5259e33fc03 (diff) | |
download | gitea-e8a354f8191fba0f2e4be47aba22f267116d8236.tar.gz gitea-e8a354f8191fba0f2e4be47aba22f267116d8236.zip |
Locale: say another issue instead of this issue (#14082)
Saying "this issue" is confusing because it could be understood as the
issue that the user is currently viewing, not which the "issue" link
points to.
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 63a768dc73..41325dafbd 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1131,7 +1131,7 @@ issues.start_tracking_short = Start issues.start_tracking = Start Time Tracking issues.start_tracking_history = `started working %s` issues.tracker_auto_close = Timer will be stopped automatically when this issue gets closed -issues.tracking_already_started = `You have already started time tracking on this <a href="%s">issue</a>!` +issues.tracking_already_started = `You have already started time tracking on <a href="%s">another issue</a>!` issues.stop_tracking = Stop issues.stop_tracking_history = `stopped working %s` issues.add_time = Manually Add Time |