summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-01 08:37:00 +0100
committerYorhel <git@yorhel.nl>2010-11-01 08:37:00 +0100
commit8f91a3c93a6e9d8c4cc595e31b449971651f4589 (patch)
tree01edfaa255c37806bd6737fc8c574f590e26d571
parent7821739b6f57b5ba5f02bff2054a8afcbc118b1f (diff)
Handler::Users: Added note about automatic deletion to notifications page
-rw-r--r--data/lang.txt7
-rw-r--r--lib/VNDB/Handler/Users.pm1
2 files changed, 8 insertions, 0 deletions
diff --git a/data/lang.txt b/data/lang.txt
index 18716b53..7c2767a6 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -5472,6 +5472,13 @@ cs*:
hu : bejelöltek eltávolítássa
nl : verwijder
+:_usern_autodel
+en : (Read notifications are automatically removed after one month)
+ru*:
+cs*:
+hu*:
+nl : (Gelezen notificaties worden na 1 maand automatisch verwijderd)
+
:_usern_set_saved
en : Settings successfully saved.
ru : Параметры успешно сохранены.
diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm
index f6efeb3e..05be95d4 100644
--- a/lib/VNDB/Handler/Users.pm
+++ b/lib/VNDB/Handler/Users.pm
@@ -620,6 +620,7 @@ sub notifies {
td colspan => 5;
input type => 'submit', name => 'markread', value => mt '_usern_but_markread';
input type => 'submit', name => 'remove', value => mt '_usern_but_remove';
+ b class => 'grayedout', ' '.mt '_usern_autodel';
end;
end;
}