Changeset 17504


Ignore:
Timestamp:
Aug 9, 2012, 9:45:12 PM (12 years ago)
Author:
rvelices
Message:

rv_gmaps fix language keys

Location:
extensions/rv_gmaps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/changelog.txt

    r17286 r17504  
    112.4.c
    22- photos are now geotagged in the batch manager instead of a special plugin page
     3- fix some language keys
    34
    452.4.b
  • extensions/rv_gmaps/trunk/include/functions_map.php

    r13092 r17504  
    523523    }
    524524
    525     $page['title'] = l10n('search_result');
     525    $page['title'] = l10n('Search results');
    526526  }
    527527  elseif ('recent_pics' == $page['section'])
     
    542542
    543543    $page['items'] = $func($query);
    544     $page['title'] = l10n('recent_pics_cat');
     544    $page['title'] = l10n('Recent photos');
    545545  }
    546546  else if ('list'==$page['section'])
     
    557557
    558558    $page['items'] = $func($query);
    559     $page['title'] = l10n('random_cat');
     559    $page['title'] = l10n('Random photos');
    560560  }
    561561  else
Note: See TracChangeset for help on using the changeset viewer.