[mythtv-commits] Ticket #6453: Improperly localized error message string in class_autoload

MythTV mythtv at cvs.mythtv.org
Sat Apr 11 15:56:50 UTC 2009


#6453: Improperly localized error message string in class_autoload
-------------------------------+--------------------------------------------
 Reporter:  knightr at istop.com  |       Owner:  xris   
     Type:  patch              |      Status:  new    
 Priority:  minor              |   Milestone:  unknown
Component:  Plugin - MythWeb   |     Version:  head   
 Severity:  low                |     Mlocked:  0      
-------------------------------+--------------------------------------------
 Hi!

 The following is a patch for a small localization problem in
 class_autoload.php.

 The name of the class is passed as part of the string to be localized
 instead of being passed as a parameter to that string which causes it not
 to be found in the translation files. This patch fixes that.

 Please note that you must run build_translation.pl after applying this
 patch in order to regenerate the correct localizable string.

 I currently get the error message in question while trying to do an
 advanced search, it looks like it wants to load "program" when it should
 try to load "Program".

 Have a nice day!

 Nick

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6453>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list