diff options
author | Michael Stroucken <mxs@cmu.edu> | 2016-11-28 20:03:45 -0500 |
---|---|---|
committer | Michael Stroucken <mxs@cmu.edu> | 2016-11-28 20:03:45 -0500 |
commit | 36a4663393c30476bbc0fd1bb03e6a56d3aa4295 (patch) | |
tree | 0cb5a9433d98e9acb9758f24468027a9f9d35658 /conf/locale/locale_en-US.ini | |
parent | fd530281393240b7ee480cd2ae210feb2602a304 (diff) | |
download | gitea-36a4663393c30476bbc0fd1bb03e6a56d3aa4295.tar.gz gitea-36a4663393c30476bbc0fd1bb03e6a56d3aa4295.zip |
Rebase branch onto go-gitea/gitea
Diffstat (limited to 'conf/locale/locale_en-US.ini')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index d7b407cd27..30a906a5b6 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -492,7 +492,7 @@ issues.new_label = New Label issues.new_label_placeholder = Label name... issues.create_label = Create Label issues.label_templates.title = Load a predefined set of labels -issues.label_templates.info = There aren’t any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. +issues.label_templates.info = There aren't any labels yet. You can click on the "New Label" button above to create one or use a predefined set below. issues.label_templates.helper = Select a label set issues.label_templates.use = Use this label set issues.label_templates.fail_to_load_file = Failed to load label template file '%s': %v |