summaryrefslogtreecommitdiff
path: root/modules/gallery/views/admin_languages.html.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-09-30 08:04:49 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-09-30 08:04:49 -0600
commit72672bda39b76dae698805c3e0e6efdbdcf21105 (patch)
tree39cc17e31d08f3807a01ad6edc6a5dee717d9728 /modules/gallery/views/admin_languages.html.php
parent1c68190de0f148b27eacbfba8f1e290149e7dd1b (diff)
Replaced gButtonLink with g-button.
Diffstat (limited to 'modules/gallery/views/admin_languages.html.php')
-rw-r--r--modules/gallery/views/admin_languages.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_languages.html.php b/modules/gallery/views/admin_languages.html.php
index fb30c7ba..d6f50516 100644
--- a/modules/gallery/views/admin_languages.html.php
+++ b/modules/gallery/views/admin_languages.html.php
@@ -88,7 +88,7 @@
<p><?= t("<strong>Step 3:</strong> Start the translation mode and the translation interface will appear at the bottom of each Gallery page.") ?></p>
<a href="<?= url::site("l10n_client/toggle_l10n_mode?csrf=".access::csrf_token()) ?>"
- class="gButtonLink ui-state-default ui-corner-all ui-icon-left">
+ class="g-button ui-state-default ui-corner-all ui-icon-left">
<span class="ui-icon ui-icon-power"></span>
<? if (Session::instance()->get("l10n_mode", false)): ?>
<?= t("Stop translation mode") ?>