summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";