summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-22 00:27:56 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-22 00:27:56 -0800
commit2744b2e9380d2513a9691827d8995ba744c8852b (patch)
tree5860fa5f123e57a9b42a2a843bc0b6406441da85
parentbcf1caad1459a458a7923335a4a6bc521816de40 (diff)
parent07ba5fe43aaa53be840b1842fe2eb4fc63ee7686 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
-rw-r--r--modules/gallery/helpers/gallery_event.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/helpers/gallery_event.php b/modules/gallery/helpers/gallery_event.php
index db3b34fe..4d208893 100644
--- a/modules/gallery/helpers/gallery_event.php
+++ b/modules/gallery/helpers/gallery_event.php
@@ -323,7 +323,7 @@ class gallery_event_Core {
->append(
Menu::factory("ajax_link")
->id("rotate_ccw")
- ->label(t("Rotate 90&deg; 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')) }")
@@ -331,7 +331,7 @@ class gallery_event_Core {
->append(
Menu::factory("ajax_link")
->id("rotate_cw")
- ->label(t("Rotate 90&deg; clockwise"))
+ ->label(t("Rotate 90° clockwise"))
->css_class("ui-icon-rotate-cw")
->ajax_handler("function(data) { " .
"\$.gallery_replace_image(data, \$('$thumb_css_selector')) }")