Skip to content

Commit df9ddf0

Browse files
committed
fix(form_language): untranslated string
1 parent 32efa39 commit df9ddf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/form_language.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ public static function showForForm(CommonDBTM $item, $withtemplate = '') {
393393
$formId = $item->getID();
394394
$url = self::getFormURL();
395395
echo "<div class='center'>" .
396-
"<a class='vsubmit' href='#' onclick='plugin_formcreator.createLanguage($formId);'>" . __('Add a new language') .
396+
"<a class='vsubmit' href='#' onclick='plugin_formcreator.createLanguage($formId);'>" . __('Add a new language', 'formcreator') .
397397
"</a></div><br>";
398398
echo '<div id="plugin_formcreator_formLanguage"></div>';
399399
}

0 commit comments

Comments
 (0)