sortMethod->addItem(g_ui.langMapper.get(LangMap::PLUGINCHOOSER_SORTBY_NAME));
sortMethod->addItem(g_ui.langMapper.get(LangMap::PLUGINCHOOSER_SORTBY_CATEGORY));
- sortMethod->addItem(g_ui.langMapper.get(LangMap::PLUGINCHOOSER_SORTBY_MANIFACTURER));
+ sortMethod->addItem(g_ui.langMapper.get(LangMap::PLUGINCHOOSER_SORTBY_MANUFACTURER));
sortMethod->addItem(g_ui.langMapper.get(LangMap::PLUGINCHOOSER_SORTBY_FORMAT));
sortMethod->showItem(m_conf.pluginSortMethod);
sortMethod->onChange = [this](ID id) {
m_data[PLUGINCHOOSER_SORTBY] = "Sort by";
m_data[PLUGINCHOOSER_SORTBY_NAME] = "Name";
m_data[PLUGINCHOOSER_SORTBY_CATEGORY] = "Category";
- m_data[PLUGINCHOOSER_SORTBY_MANIFACTURER] = "Manifacturer";
+ m_data[PLUGINCHOOSER_SORTBY_MANUFACTURER] = "Manufacturer";
m_data[PLUGINCHOOSER_SORTBY_FORMAT] = "Format";
m_data[PLUGINLIST_TITLE_MASTEROUT] = "Master Out Plug-ins";
static constexpr auto PLUGINCHOOSER_SORTBY = "pluginChooser_sortBy";
static constexpr auto PLUGINCHOOSER_SORTBY_NAME = "pluginChooser_sortBy_name";
static constexpr auto PLUGINCHOOSER_SORTBY_CATEGORY = "pluginChooser_sortBy_category";
- static constexpr auto PLUGINCHOOSER_SORTBY_MANIFACTURER = "pluginChooser_sortBy_manifacturer";
+ static constexpr auto PLUGINCHOOSER_SORTBY_MANUFACTURER = "pluginChooser_sortBy_manufacturer";
static constexpr auto PLUGINCHOOSER_SORTBY_FORMAT = "pluginChooser_sortBy_format";
static constexpr auto PLUGINLIST_TITLE_MASTEROUT = "pluginList_title_masterOut";