]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 980918 - Rename "Tags" to "Personal Tags". Patch by acho; r=gerv, a=justdave.
authorGervase Markham <gerv@gerv.net>
Fri, 21 Mar 2014 10:22:43 +0000 (10:22 +0000)
committerGervase Markham <gerv@gerv.net>
Fri, 21 Mar 2014 10:22:43 +0000 (10:22 +0000)
Bugzilla/Field.pm
template/en/default/global/field-descs.none.tmpl
template/en/default/list/table.html.tmpl

index fd71cc3213353f232d9271d95f30f6bf85610192..1c9927bf479c39bbad2f664e9dfcfde5e66b97ca 100644 (file)
@@ -254,7 +254,7 @@ use constant DEFAULT_FIELDS => (
     {name => "owner_idle_time",       desc => "Time Since Assignee Touched"},
     {name => 'see_also',              desc => "See Also",
      type => FIELD_TYPE_BUG_URLS},
-    {name => 'tag',                   desc => 'Tags', buglist => 1,
+    {name => 'tag',                   desc => 'Personal Tags', buglist => 1,
      type => FIELD_TYPE_KEYWORDS},
     {name => 'comment_tag',           desc => 'Comment Tag'},
 );
index 2afabd0c66d2b2405f1cc075af5cc05981207cec..cbb6b641baa2b3ca0da725bfd7f9b83bac4c6bfa 100644 (file)
      "short_desc"              => "Summary",
      "short_short_desc"        => "Summary",
      "status_whiteboard"       => "Whiteboard",
-     "tag"                     => "Tags",
+     "tag"                     => "Personal Tags",
      "target_milestone"        => "Target Milestone",
      "version"                 => "Version",
      "work_time"               => "Hours Worked",
index 28142593bf3573aba15fa5e71ab3905723ae38e3..fe7678b02171dc804bdd21b2078e635894600b68 100644 (file)
@@ -46,6 +46,7 @@
     "short_short_desc"  => { maxlength => 60 , ellipsis => "..." , wrap => 1 } ,
     "status_whiteboard" => { maxlength => 0, title => "Whiteboard" , wrap => 1 } , 
     "keywords"          => { maxlength => 0, wrap => 1 } ,
+    "tags"              => { maxlength => 0, title => "Tags", wrap => 1},
     "dependson"         => { maxlength => 0, wrap => 1 } ,
     "blocked"           => { maxlength => 0, wrap => 1 } ,
     "flagtypes.name"    => { maxlength => 0, wrap => 1 } ,