Reply To: Translation not taking

Home Forums MapPress Support Translation not taking Reply To: Translation not taking

#12611
mijaeus
Participant

    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 😀