2009-04-22 Manuel Arostegui <marostegui@artica.es>
* godmode/menu.php: Fixed bug #2770383 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1646 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0d65b72588
commit
cf28ae27eb
|
@ -1,3 +1,7 @@
|
||||||
|
2009-04-22 Manuel Arostegui <marostegui@artica.es>
|
||||||
|
|
||||||
|
* godmode/menu.php: Fixed bug #2770383
|
||||||
|
|
||||||
2009-04-22 Jorge Gonzalez <jorgegonz@artica.es>
|
2009-04-22 Jorge Gonzalez <jorgegonz@artica.es>
|
||||||
|
|
||||||
* include/languages/es.po, include/languages/es.mo: Updated Spanish
|
* include/languages/es.po, include/languages/es.mo: Updated Spanish
|
||||||
|
|
|
@ -146,7 +146,7 @@ if (give_acl ($config['id_user'], 0, "PM")) {
|
||||||
|
|
||||||
$sub["godmode/servers/plugin"]["text"] = __('Manage plugins');
|
$sub["godmode/servers/plugin"]["text"] = __('Manage plugins');
|
||||||
|
|
||||||
$sub["godmode/servers/manage_export_form"]["text"] = __('Export targets');
|
$sub["godmode/servers/manage_export"]["text"] = __('Export targets');
|
||||||
|
|
||||||
$menu["gservers"]["sub"] = $sub;
|
$menu["gservers"]["sub"] = $sub;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue