diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-17 18:35:06 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-17 18:35:06 -0700 |
| commit | df22832a5b7e7c1962940becab1c90aaec3392f9 (patch) | |
| tree | 1e76b7873ad53a0535f0ffe0ff35ed0c9ebf86af /modules/gallery/views | |
| parent | d692002bcfca1cc630ddd0e55b693744ef7fa924 (diff) | |
Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.
Fixes ticket #194
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/l10n_client.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/l10n_client.html.php b/modules/gallery/views/l10n_client.html.php index c0cbbfa2..c73719ca 100644 --- a/modules/gallery/views/l10n_client.html.php +++ b/modules/gallery/views/l10n_client.html.php @@ -9,7 +9,7 @@ </h2></div> <div class="label source"><h2><?= t("Source") ?></div> <div class="label translation"><h2><?= t("Translation to %language", - array("language" => locale::display_name())) ?></h2></div> + array("language" => locales::display_name())) ?></h2></div> </div> <div id="l10n-client-string-select"> <ul class="string-list"> |
