summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-11-11 20:23:24 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2011-11-11 20:23:24 -0800
commit7653e902e1299682ce1348f80e7a1c3de0b8515a (patch)
tree2fc4f114634daef15403325a4dc8969a18d7104f /modules/locale
parent4cea9fad25be3b437f777217ed50ba1e7566a7d9 (diff)
downloadbrdo-7653e902e1299682ce1348f80e7a1c3de0b8515a.tar.gz
brdo-7653e902e1299682ce1348f80e7a1c3de0b8515a.tar.bz2
Issue #1334768 by ls206, Pasqualle: Fixed Syntax error in locale_test().js line 27.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/tests/locale_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/tests/locale_test.js b/modules/locale/tests/locale_test.js
index 251d115c3..5a9bbec22 100644
--- a/modules/locale/tests/locale_test.js
+++ b/modules/locale/tests/locale_test.js
@@ -24,7 +24,7 @@ formatPlural
(
1,
"Whitespace Call plural",
-"Whitespace Call @count plural",
+"Whitespace Call @count plural"
)
;