summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-23 12:04:26 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-23 12:04:26 -0700
commitfed41eae6cdaa83ac65a8565526cb76ced9b2783 (patch)
treed96f16010622a99a5a2ca39bd449d400338d87c9 /modules
parentb79129e3651a92250b61a501b8c6a1d53bf4928c (diff)
Fix a typo
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/helpers/album.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/album.php b/modules/gallery/helpers/album.php
index 3c62e41e..65868cf2 100644
--- a/modules/gallery/helpers/album.php
+++ b/modules/gallery/helpers/album.php
@@ -124,7 +124,7 @@ class album_Core {
$group->input("dirname")->label(t("Directory Name"))->value($parent->name)
->rules("required")
->error_messages(
- "name_conflict", t("There is already amovie, photo or album with this name"))
+ "name_conflict", t("There is already a movie, photo or album with this name"))
->callback("item::validate_no_slashes")
->error_messages("no_slashes", t("The directory name can't contain a \"/\""))
->callback("item::validate_no_trailing_period")