summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-05-21 04:47:22 +0200
committerlpsolit%gmail.com <>2005-05-21 04:47:22 +0200
commit3dabf17d4fb09471534b7859e33a268bafd9ddbc (patch)
tree83e99deecfbd58c02a8203a7f972980bc974e323
parent5136f3867c9cd853a362f20fc6074fc770c7f88b (diff)
downloadbugzilla-3dabf17d4fb09471534b7859e33a268bafd9ddbc.tar.gz
bugzilla-3dabf17d4fb09471534b7859e33a268bafd9ddbc.tar.xz
Bug 294503: Status Whiteboard should not be called "StatusSummary" in buglist.cgi - Patch by Tiago R. Mello <timello@async.com.br> r=mkanat a=justdave
-rwxr-xr-xbuglist.cgi2
-rw-r--r--template/en/default/list/table.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/buglist.cgi b/buglist.cgi
index fbe18f7ee..eb0079019 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -492,7 +492,7 @@ DefineColumn("bug_status" , "bugs.bug_status" , "Status"
DefineColumn("resolution" , "bugs.resolution" , "Result" );
DefineColumn("short_short_desc" , "bugs.short_desc" , "Summary" );
DefineColumn("short_desc" , "bugs.short_desc" , "Summary" );
-DefineColumn("status_whiteboard" , "bugs.status_whiteboard" , "Status Summary" );
+DefineColumn("status_whiteboard" , "bugs.status_whiteboard" , "Whiteboard" );
DefineColumn("component" , "map_components.name" , "Component" );
DefineColumn("product" , "map_products.name" , "Product" );
DefineColumn("classification" , "map_classifications.name" , "Classification" );
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl
index 9ba10b6ec..5cb781567 100644
--- a/template/en/default/list/table.html.tmpl
+++ b/template/en/default/list/table.html.tmpl
@@ -53,7 +53,7 @@
"resolution" => { maxlength => 4 } ,
"short_desc" => { wrap => 1 } ,
"short_short_desc" => { maxlength => 60 , ellipsis => "..." , wrap => 1 } ,
- "status_whiteboard" => { title => "StatusSummary" , wrap => 1 } ,
+ "status_whiteboard" => { title => "Whiteboard" , wrap => 1 } ,
"component" => { maxlength => 8 , title => "Comp" } ,
"product" => { maxlength => 8 } ,
"version" => { maxlength => 5 , title => "Vers" } ,