Changeset 4076


Ignore:
Timestamp:
Oct 21, 2009, 1:37:13 PM (15 years ago)
Author:
ronosman
Message:

feature 1196 added : add locale canonical name in error message when pLoader cannot find .po translation files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxApp.pm

    r3512 r4076  
    457457    $locale->AddCatalogLookupPathPrefix( '../locale');
    458458    if(!$locale->AddCatalog( 'pLoader.mo' )){
    459         Wx::LogMessage gettext("Cannot find translation catalog files. Use default language");
     459        Wx::LogMessage gettext("Cannot find translation catalog files for %s. Use default language"), $locale->GetCanonicalName();
    460460    }
    461461    $self->locale($locale);     
Note: See TracChangeset for help on using the changeset viewer.