From c2dbbf81d6241c4a43b1c0f4edac49a8183ea343 Mon Sep 17 00:00:00 2001 From: nbm Date: Wed, 8 Jun 2005 10:17:40 +0000 Subject: [PATCH] Back out incorrect translatability of the section name --- lib/browse/DocumentTypeBrowser.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } } -- libgit2 0.21.4