id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
360	Can't store pages with localized interface	DarTar	DarTar	"(reported by LenguaoWiki)

If UI strings are modified in the {{{edit.php}}} handler, it becomes impossible to store a page.

'''Solution:'''

http://wush.net/trac/wikka/browser/tags/1.1.6.2/handlers/page/edit.php#L78

has not been modified to use i18n constants:

 * current:

{{{       if ($_POST['submit'] == 'Store')}}}

 * patched

{{{       if ($_POST['submit'] == INPUT_SUBMIT_STORE)}}}"	defect	closed	normal	1.3.1	handlers	1.1.6.2	normal	fixed		
