Skip to content

Commit 94b20d5

Browse files
committed
fixed context_glue #23
1 parent dd03b95 commit 94b20d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gettext/Translator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Translator
66
{
77
private $dictionary = array();
88
private $domain = 'messages';
9-
private $context_glue = '\u0004';
9+
private $context_glue = "\004";
1010
private $pluralCount = 2;
1111
private $pluralCode = 'return ($n != 1);';
1212
private $pluralFunction;

0 commit comments

Comments
 (0)