MDL-30361 - mod/glossary/editcategories.php - fix spelling ($rightalignment)

This commit is contained in:
Nadav Kavalerchik
2011-11-23 01:31:54 +02:00
parent a1f9bc038e
commit 10625d2efe
+2 -2
View File
@@ -84,10 +84,10 @@ $fmtoptions = array(
'context' => $context);
if (right_to_left()) { // RTL table alignment support
$rightalignemnt = 'left';
$rightalignment = 'left';
$leftalignment = 'right';
} else {
$rightalignemnt = 'right';
$rightalignment = 'right';
$leftalignment = 'left';
}