]> git.mxchange.org Git - friendica-addons.git/blobdiff - smiley_pack/lang/smiley_pack_fr/smiley_pack_fr.php
Smileypack - fix multilingual regex headache.
[friendica-addons.git] / 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' . '" />';