diff options
author | Lauris BH <lauris@nix.lv> | 2017-11-15 05:34:42 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-11-15 11:34:42 +0800 |
commit | a6f337046f0dde4cbf5df1cc83a9e0e79a4db8aa (patch) | |
tree | ff8c2373a537e415c50a2a2ad3f8a7b1b5e9e17a /options | |
parent | bd23e36becde2fbf109c51ee2abcaa167880a29a (diff) | |
download | gitea-a6f337046f0dde4cbf5df1cc83a9e0e79a4db8aa.tar.gz gitea-a6f337046f0dde4cbf5df1cc83a9e0e79a4db8aa.zip |
Update go-ini dependency and remove semicolon hack in translations (#2913)
Diffstat (limited to 'options')
-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 cdf4041c78..87c14e302d 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -627,8 +627,8 @@ issues.label_templates.info = There are not any labels yet. You can click on the 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 -issues.add_label_at = `added the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s` -issues.remove_label_at = `removed the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s` +issues.add_label_at = added the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s +issues.remove_label_at = removed the <div class="ui label" style="color: %s\; background-color: %s">%s</div> label %s issues.add_milestone_at = `added this to the <b>%s</b> milestone %s` issues.change_milestone_at = `modified the milestone from <b>%s</b> to <b>%s</b> %s` issues.remove_milestone_at = `removed this from the <b>%s</b> milestone %s` |