summaryrefslogtreecommitdiff
path: root/modules/gallery/views/simple_uploader.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-06-09 00:26:01 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-06-09 00:26:01 -0600
commita42c101c0b76edb403f2f9c646c27539b983394b (patch)
tree833c42c308aa5eca8a0469a67b723936e33a81f9 /modules/gallery/views/simple_uploader.html.php
parentd2b8ca241d6b2a1c1a512c731721b738e719d613 (diff)
parente6768a4e9771f5f751d74001ce3a0d33f6775216 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/views/simple_uploader.html.php')
-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,