Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 27, 2008, 12:54:00 AM (16 years ago)
Author:
landauf
Message:

changed naming in Language: translation → localisation, name → label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core/src/orxonox/core/ConfigValueContainer.cc

    r826 r838  
    959959    std::string ConfigValueContainer::getDescription() const
    960960    {
    961         return Language::getLanguage().getTranslation(this->description_);
     961        return Language::getLanguage().getLocalisation(this->description_);
    962962    }
    963963}
Note: See TracChangeset for help on using the changeset viewer.