mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-30 07:48:43 +02:00
update gettext manage to fit to new system see #3931
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@202 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
@ -39,9 +39,9 @@ class PluginExampleDropdown extends CommonDropdown {
|
||||
static function getTypeName($nb=0) {
|
||||
|
||||
if ($nb > 0) {
|
||||
return __('Plugin Example Dropdowns');
|
||||
return __('Plugin Example Dropdowns', 'example');
|
||||
}
|
||||
return __('Plugin Example Dropdowns');
|
||||
return __('Plugin Example Dropdowns', 'example');
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user