diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 13:38:23 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-01-22 13:38:23 -0800 |
commit | 79bcfc93c3f13a8abc6fab82e0161dd932b3d8f2 (patch) | |
tree | 98c4760aa58abedfd5f78050191dfc8633fba8d5 /modules/gallery/helpers/gallery_event.php | |
parent | eabeeeb1267e0c925b5f31b2455a080bc2e9f237 (diff) | |
parent | 120c9c749e175cc6c67ae628ee1a8a967a8ddbcc (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/helpers/gallery_event.php')
-rw-r--r-- | modules/gallery/helpers/gallery_event.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php index 6c7c2ea4..982bf094 100644 --- a/modules/gallery/helpers/gallery_event.php +++ b/modules/gallery/helpers/gallery_event.php @@ -303,7 +303,7 @@ class gallery_event_Core { ->append( Menu::factory("ajax_link") ->id("rotate_ccw") - ->label(t("Rotate 90° counter clockwise")) + ->label(t("Rotate 90° counter clockwise")) ->css_class("ui-icon-rotate-ccw") ->ajax_handler("function(data) { " . "\$.gallery_replace_image(data, \$('$thumb_css_selector')) }") @@ -311,7 +311,7 @@ class gallery_event_Core { ->append( Menu::factory("ajax_link") ->id("rotate_cw") - ->label(t("Rotate 90° clockwise")) + ->label(t("Rotate 90° clockwise")) ->css_class("ui-icon-rotate-cw") ->ajax_handler("function(data) { " . "\$.gallery_replace_image(data, \$('$thumb_css_selector')) }") |