diff --git a/lib/browse/DocumentTypeBrowser.inc b/lib/browse/DocumentTypeBrowser.inc index f3df60a..95d68da 100644 --- a/lib/browse/DocumentTypeBrowser.inc +++ b/lib/browse/DocumentTypeBrowser.inc @@ -117,6 +117,6 @@ class DocumentTypeBrowser extends Browser { } function getSectionName() { - return _("Manage Document Types"); + return "Manage Document Types"; } }