summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-02-02 14:46:43 +0100
committerYorhel <git@yorhel.nl>2010-02-02 14:46:43 +0100
commit7ba9ca68820875881c063eeb6d6f247266fe8f23 (patch)
treedec2d1a3e94ff14271125306c01a6cd3e7b469bf
parent4d9254ff709e1925211e62cee480cf287d52a74a (diff)
Notifications: Renamed description column to action
-rw-r--r--data/lang.txt4
-rw-r--r--lib/VNDB/Handler/Users.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/data/lang.txt b/data/lang.txt
index cd19e812..0b99abae 100644
--- a/data/lang.txt
+++ b/data/lang.txt
@@ -4666,8 +4666,8 @@ ru*:
cs*:
hu*:
-:_usern_col_desc
-en : Description
+:_usern_col_act
+en : Action
ru*:
cs*:
hu*:
diff --git a/lib/VNDB/Handler/Users.pm b/lib/VNDB/Handler/Users.pm
index f25e74c1..424e732b 100644
--- a/lib/VNDB/Handler/Users.pm
+++ b/lib/VNDB/Handler/Users.pm
@@ -577,7 +577,7 @@ sub notifies {
[ mt '_usern_col_type' ],
[ mt '_usern_col_age' ],
[ mt '_usern_col_id' ],
- [ mt '_usern_col_desc' ],
+ [ mt '_usern_col_act' ],
],
row => sub {
my($s, $n, $l) = @_;