]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 294503: Status Whiteboard should not be called "StatusSummary" in buglist.cgi...
authorlpsolit%gmail.com <>
Sat, 21 May 2005 02:47:22 +0000 (02:47 +0000)
committerlpsolit%gmail.com <>
Sat, 21 May 2005 02:47:22 +0000 (02:47 +0000)
buglist.cgi
template/en/default/list/table.html.tmpl

index fbe18f7eee7f09c33befd82484b984cd39860737..eb00790199dbdd88e85c26686d9d727500884733 100755 (executable)
@@ -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"   );
index 9ba10b6ecd277e820676c65e8ba06217fe716cb3..5cb781567eb9e67f6632e87346136360d2d1c34f 100644 (file)
@@ -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" } ,