diff options
| author | dkm <dkm@gre.kataplop.net> | 2009-06-09 13:40:40 +0200 |
|---|---|---|
| committer | dkm <dkm@gre.kataplop.net> | 2009-06-09 13:40:40 +0200 |
| commit | 93acc00959acaa365b0750f4ed8cf1cb2e2caefc (patch) | |
| tree | a84e4fb45e51841d202b654bc99cf8eab41cd40e /modules/gallery/views/simple_uploader.html.php | |
| parent | e77ba1d7512b3d7f4c3cd12bb499e0e296c485ae (diff) | |
| parent | a42c101c0b76edb403f2f9c646c27539b983394b (diff) | |
Merge branch 'master' of git@github.com:dkm/gallery3
Diffstat (limited to 'modules/gallery/views/simple_uploader.html.php')
| -rw-r--r-- | modules/gallery/views/simple_uploader.html.php | 2 |
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, |
