summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunostar <unostar@danalan.info>2009-06-08 17:51:56 +0800
committerBharat Mediratta <bharat@menalto.com>2009-06-09 14:11:32 +0800
commite6768a4e9771f5f751d74001ce3a0d33f6775216 (patch)
tree912b66ca211eb4f26efa78829cf8c478b31b8472
parent6bae25d1f30ef91735f75f5cf57e5c778fc213bd (diff)
Add string to localizer
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
-rw-r--r--modules/gallery/views/simple_uploader.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/simple_uploader.html.php b/modules/gallery/views/simple_uploader.html.php
index 79919d50..f10d764c 100644
--- a/modules/gallery/views/simple_uploader.html.php
+++ b/modules/gallery/views/simple_uploader.html.php
@@ -93,7 +93,7 @@
button_width: "202",
button_height: "45",
button_placeholder_id: "gChooseFilesButtonPlaceholder",
- button_text: '<span class="swfUploadFont">Select photos...</span>',
+ button_text: '<span class="swfUploadFont"><?= t("Select photos...") ?></span>',
button_text_style: ".swfUploadFont { color: #2E6E9E; font-size: 16px; font-family: Lucida Grande,Lucida Sans,Arial,sans-serif; font-weight: bold; }",
button_text_left_padding: 30,
button_text_top_padding: 10,