diff options
Diffstat (limited to 'options/locale/locale_en-US.ini')
-rw-r--r-- | options/locale/locale_en-US.ini | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 9864346bac..60557aea76 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -979,8 +979,11 @@ issues.label_templates.info = No labels exist yet. Create a label with 'New Labe issues.label_templates.helper = Select a label set issues.label_templates.use = Use 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 = added the %s label %s +issues.add_labels = added the %s labels %s +issues.remove_label = removed the %s label %s +issues.remove_labels = removed the %s labels %s +issues.add_remove_labels = added %s and removed %s labels %s issues.add_milestone_at = `added this to the <b>%s</b> milestone %s` issues.add_project_at = `added this to the <b>%s</b> project %s` issues.change_milestone_at = `modified the milestone from <b>%s</b> to <b>%s</b> %s` |