summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-09-17 01:17:30 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-09-17 01:17:30 -0700
commit86996dcac7ca07e789df6ce1d5b13867d8aa57f6 (patch)
tree96ac25055e818476abf8613512368b7fd6e10286
parent74d9d0901ff452762d70562cb63d66563bd3860e (diff)
Mark permission's display name for translation
-rw-r--r--modules/gallery/helpers/gallery_installer.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php
index a1856424..6500482b 100644
--- a/modules/gallery/helpers/gallery_installer.php
+++ b/modules/gallery/helpers/gallery_installer.php
@@ -203,6 +203,12 @@ class gallery_installer {
access::register_permission("edit", "Edit");
access::register_permission("add", "Add");
+ // Mark for translation (must be the same strings as used above)
+ t("View Full Size");
+ t("View");
+ t("Edit");
+ t("Add");
+
$root = ORM::factory("item");
$root->type = "album";
$root->title = "Gallery";