From 7fd1fcf351d6afc820b22c8ca54222ca1bfa4237 Mon Sep 17 00:00:00 2001 From: rWatcher Date: Mon, 25 Apr 2011 14:20:34 -0400 Subject: [PATCH] Change Enter Password to Unlock album, as per forum request. --- 3.0/modules/albumpassword/helpers/albumpassword_event.php | 2 +- 3.1/modules/albumpassword/helpers/albumpassword_event.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3.0/modules/albumpassword/helpers/albumpassword_event.php b/3.0/modules/albumpassword/helpers/albumpassword_event.php index 1201400d..b6b93e81 100644 --- a/3.0/modules/albumpassword/helpers/albumpassword_event.php +++ b/3.0/modules/albumpassword/helpers/albumpassword_event.php @@ -34,7 +34,7 @@ class albumpassword_event_Core { ->id("albumpassword_login") ->css_id("g-album-password-login") ->url(url::site("albumpassword/login")) - ->label(t("Enter password"))); + ->label(t("Unlock albums"))); } else { // If a password has been entered already // display the log out link, and links to the protected albums diff --git a/3.1/modules/albumpassword/helpers/albumpassword_event.php b/3.1/modules/albumpassword/helpers/albumpassword_event.php index 1201400d..b6b93e81 100644 --- a/3.1/modules/albumpassword/helpers/albumpassword_event.php +++ b/3.1/modules/albumpassword/helpers/albumpassword_event.php @@ -34,7 +34,7 @@ class albumpassword_event_Core { ->id("albumpassword_login") ->css_id("g-album-password-login") ->url(url::site("albumpassword/login")) - ->label(t("Enter password"))); + ->label(t("Unlock albums"))); } else { // If a password has been entered already // display the log out link, and links to the protected albums