From 5ac4f4526c8eb660214e712f70020ffea67bc575 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 27 May 2013 20:33:36 +0000 Subject: [PATCH] typo --- static/js/pandora/sectionSelect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/sectionSelect.js b/static/js/pandora/sectionSelect.js index b9bbe7297..d41523261 100644 --- a/static/js/pandora/sectionSelect.js +++ b/static/js/pandora/sectionSelect.js @@ -6,7 +6,7 @@ pandora.ui.sectionSelect = function() { id: 'sectionSelect', items: [ {id: 'items', title: Ox._(pandora.site.itemName.plural)}, - {id: 'edits', title: Ox._('Edits'), disabled: pandora.user.level != 'admin'} + {id: 'edits', title: Ox._('Edits'), disabled: pandora.user.level != 'admin'}, {id: 'texts', title: Ox._('Texts'), disabled: pandora.user.level != 'admin'} ], value: pandora.user.ui.section