diff options
Diffstat (limited to 'conf/locale/locale_en-US.ini')
-rw-r--r-- | conf/locale/locale_en-US.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 75ea7fcc2a..50422bd25c 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -541,10 +541,10 @@ monitor.start = Start Time monitor.execute_time = Execution Time [action] -create_repo = created repository <a href="/%s">%s</a> -commit_repo = pushed to <a href="/%s/src/%s">%s</a> at <a href="/%s">%s</a> -create_issue = opened issue <a href="/%s/issues/%s">%s#%s</a> -comment_issue = commented on issue <a href="/%s/issues/%s">%s#%s</a> +create_repo = created repository <a href="%s/%s">%s</a> +commit_repo = pushed to <a href="%s/%s/src/%s">%s</a> at <a href="%s/%s">%s</a> +create_issue = opened issue <a href="%s/%s/issues/%s">%s#%s</a> +comment_issue = commented on issue <a href="%s/%s/issues/%s">%s#%s</a> [tool] ago = ago |