diff options
| author | Andy Staudacher <andy.st@gmail.com> | 2009-09-01 14:39:08 -0700 | 
|---|---|---|
| committer | Andy Staudacher <andy.st@gmail.com> | 2009-09-01 14:39:08 -0700 | 
| commit | 95ea310aff41f7c16b0a48ec35a5f47c32a4d801 (patch) | |
| tree | 401b01b26db8099348764d60a9679917858f12ab /modules/gallery/views | |
| parent | 1d3069145273bcb3514f08fa9eee2dbf55a07b01 (diff) | |
Remove unused l10n message
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/l10n_client.html.php | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/views/l10n_client.html.php b/modules/gallery/views/l10n_client.html.php index 3a43f7d3..b0f424be 100644 --- a/modules/gallery/views/l10n_client.html.php +++ b/modules/gallery/views/l10n_client.html.php @@ -74,7 +74,6 @@    </div>    <script type="text/javascript">      var MSG_TRANSLATE_TEXT = <?= t("Translate Text")->for_js() ?>; -    var MSG_CLOSE_X = <?= t("X")->for_js() ?>;      var l10n_client_data = <?= json_encode($string_list) ?>;      var plural_forms = <?= json_encode($plural_forms) ?>;      var toggle_l10n_mode_url = <?= html::js_string(url::site("l10n_client/toggle_l10n_mode")) ?>;  | 
