Fix spelling error manifacturer -> manufacturer
authorDennis Braun <d_braun@kabelmail.de>
Wed, 11 Jan 2023 21:47:49 +0000 (22:47 +0100)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Wed, 11 Jan 2023 21:47:49 +0000 (22:47 +0100)
Forwarded: yes

Gbp-Pq: Name 1002-Fix_spelling_errors.patch

src/gui/dialogs/pluginChooser.cpp
src/gui/langMapper.cpp
src/gui/langMapper.h

index 3ded71cae90a0ea1a7095be96a7761b47dde8456..5c98e4a295e14da34eece414b6fdd7f413d5a1c6 100644 (file)
@@ -79,7 +79,7 @@ gdPluginChooser::gdPluginChooser(int X, int Y, int W, int H, ID channelId, m::Co
 
        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) {
index d7ceeca0d87fb7cfd79ac1c478e87fa298a2ec56..85835618556da774b4825f5b170b622e93362c8e 100644 (file)
@@ -180,7 +180,7 @@ LangMap::LangMap()
        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";
index da97b60bbd13bfcc93ce23fe46c2a8b15c86a708..48f90cd790e29a89e93b68bb5e1ce9503e178ebf 100644 (file)
@@ -177,7 +177,7 @@ public:
        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";