Commit 074f7b58 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 435250: In the "View User Account Log" page, the information in the "What"…

Bug 435250: In the "View User Account Log" page, the information in the "What" column are displayed in English on localized installation - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent d636ffc1
......@@ -642,7 +642,7 @@ if ($action eq 'search') {
$vars->{'profile_changes'} = $dbh->selectall_arrayref(
"SELECT profiles.login_name AS who, " .
$dbh->sql_date_format('profiles_activity.profiles_when') . " AS activity_when,
fielddefs.description AS what,
fielddefs.name AS what,
profiles_activity.oldvalue AS removed,
profiles_activity.newvalue AS added
FROM profiles_activity
......
......@@ -56,6 +56,7 @@
}
{name => 'what'
heading => 'What'
content_use_field => 1
}
{name => 'removed'
heading => 'Removed'
......
......@@ -28,6 +28,7 @@
"assigned_to" => "Assignee",
"blocked" => "Blocks",
"bug_file_loc" => "URL",
"bug_group" => "Group",
"bug_id" => "$terms.Bug ID",
"bug_severity" => "Severity",
"bug_status" => "Status",
......@@ -37,7 +38,7 @@
"cclist_accessible" => "CC list accessible",
"component_id" => "Component ID",
"component" => "Component",
"creation_ts" => "$terms.Bug Creation time",
"creation_ts" => "Creation date",
"deadline" => "Deadline",
"delta_ts" => "Changed",
"dependson" => "Depends on",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment