From 6135f94a51c3fb28851a869067ae3fff8f6c24a9 Mon Sep 17 00:00:00 2001 From: Marc Laporte Date: Fri, 25 Jul 2014 20:36:21 -0400 Subject: [PATCH] typo --- htdocs/export_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/export_form.php b/htdocs/export_form.php index 326184e..d0a82b0 100755 --- a/htdocs/export_form.php +++ b/htdocs/export_form.php @@ -81,7 +81,7 @@ printf('%s%s', - _('Show Attributtes'),htmlspecialchars($request['attr'])); + _('Show Attributes'),htmlspecialchars($request['attr'])); printf('  ', $request['sys_attr'] ? 'checked="checked" ' : '',_('Include system attributes'));