Skip to content

Commit

Permalink
Merge pull request #467 from pluginsGLPI/feature/fix_domain_of_locale
Browse files Browse the repository at this point in the history
fix locales
  • Loading branch information
btry authored Jan 31, 2017
2 parents 777c980 + 1e28f34 commit 19a398c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/targetticket.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static function getEnumDueDateRule() {

static function getEnumUrgencyRule() {
return array(
'none' => __('Urgency from template or Medium'),
'none' => __('Urgency from template or Medium', 'formcreator'),
'answer' => __('Equals to the answer to the question', 'formcreator'),
);
}
Expand Down

0 comments on commit 19a398c

Please sign in to comment.