Home › Forums › MapPress Support › Translation not taking › Reply To: Translation not taking
May 20, 2013 at 5:35 am
#12611
Managed to fix it after checking several files.
In mappress_poi.php line 249:
'text' => __('Directions from')));
Should be
'text' => __('Directions from', 'mappress')));
All is fine now 😀