1
0

Change Enter Password to Unlock album, as per forum request.

This commit is contained in:
rWatcher 2011-04-25 14:20:34 -04:00
parent 8a3c9b4435
commit 7fd1fcf351
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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