Commit c2dbbf81d6241c4a43b1c0f4edac49a8183ea343
1 parent
985233cd
Back out incorrect translatability of the section name
Submitted by: Nicolas Quienot (nquienot) git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3342 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/browse/DocumentTypeBrowser.inc
| @@ -117,6 +117,6 @@ class DocumentTypeBrowser extends Browser { | @@ -117,6 +117,6 @@ class DocumentTypeBrowser extends Browser { | ||
| 117 | } | 117 | } |
| 118 | 118 | ||
| 119 | function getSectionName() { | 119 | function getSectionName() { |
| 120 | - return _("Manage Document Types"); | 120 | + return "Manage Document Types"; |
| 121 | } | 121 | } |
| 122 | } | 122 | } |