diff options
author | Lauris BH <lauris@nix.lv> | 2017-11-13 09:56:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 09:56:10 +0200 |
commit | 134958fd9f40b96384bc76598409a4a6fa032708 (patch) | |
tree | 175e195ff53a0288d43995bc131b02cab3028dcf /options/locale | |
parent | 4725f915433703335d8f7f162e6dbc97afe5115f (diff) | |
download | gitea-134958fd9f40b96384bc76598409a4a6fa032708.tar.gz gitea-134958fd9f40b96384bc76598409a4a6fa032708.zip |
Fix localization texts that contain semicolon (#2900)
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 86b64946c2..59c4d840ee 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` |