diff options
author | ivan <ivan> | 2007-06-20 22:37:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-06-20 22:37:22 +0000 |
commit | f45e3641f74bd21a02b8b50801a6168f33b99ffc (patch) | |
tree | 28d11b5d3bec0a234b534c9ba78f377d4811ed1f /rt/html | |
parent | 762bac943dcb5ab1315cb767ff02ca425f010ffc (diff) |
s/Tickets/Search Tickets/ in menu for clarity, part of merging spiritone RT changes (#1661)
Diffstat (limited to 'rt/html')
-rw-r--r-- | rt/html/Elements/Tabs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/html/Elements/Tabs b/rt/html/Elements/Tabs index 721f920d5..bbea3fe9a 100644 --- a/rt/html/Elements/Tabs +++ b/rt/html/Elements/Tabs @@ -78,7 +78,7 @@ my $basetabs = { title => 'Ticketing Main', path => '', }, - B => { title => loc('Tickets'), + B => { title => loc('Search Tickets'), path => 'Search/Build.html' }, C => { title => loc('Tools'), |