]> git.mxchange.org Git - friendica-addons.git/commitdiff
Smileypack - fix multilingual regex headache.
authorThomas Willingham <founder@kakste.com>
Tue, 5 Jun 2012 21:02:24 +0000 (22:02 +0100)
committerThomas Willingham <founder@kakste.com>
Tue, 5 Jun 2012 21:02:24 +0000 (22:02 +0100)
smiley_pack/lang/smiley_pack_fr/smiley_pack_fr.php

index 8623157cbb1325b62f94e1a41b682acc2bd9c481..fb6faee2b8acec63061f67006dc84f330845227c 100644 (file)
@@ -389,8 +389,8 @@ function smiley_pack_fr_smilies(&$a,&$b) {
        $b['texts'][] = ':carotte';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/carrot.gif' . '" alt="' . ':carotte' . '" />';
 
-       $b['texts'][] = ':popcorn';
-       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/popcorn.gif' . '" alt="' . ':popcorn' . '" />';
+       $b['texts'][] = '~popcorn';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/popcorn.gif' . '" alt="' . '~popcorn' . '" />';
 
        $b['texts'][] = ':tomate';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/tomato.gif' . '" alt="' . ':tomate' . '" />';