[vhffs-dev] [1211] Fixed typo in tag creation page title

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1211
Author:   beuss
Date:     2008-05-26 13:03:21 +0200 (Mon, 26 May 2008)

Log Message:
-----------
Fixed typo in tag creation page title

Modified Paths:
--------------
    trunk/vhffs-panel/admin/tag/create.pl


Modified: trunk/vhffs-panel/admin/tag/create.pl
===================================================================
--- trunk/vhffs-panel/admin/tag/create.pl	2008-05-24 19:35:26 UTC (rev 1210)
+++ trunk/vhffs-panel/admin/tag/create.pl	2008-05-26 11:03:21 UTC (rev 1211)
@@ -63,7 +63,7 @@
 
 my $template = new Vhffs::Panel::Template(filename => $templatedir.'/panel/admin/tag/create.tmpl', die_on_bad_params => 0);
 
-$panel->set_title(gettext('Create Tag Category'));
+$panel->set_title(gettext('Create Tag'));
 
 $template->param( CATEGORY_TEXT => gettext('Category') );
 $template->param( CATEGORIES => Vhffs::Tag::Category::get_all($panel->{vhffs}) );


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/