Fix spelling error manifacturer -> manufacturer
authorDennis Braun <d_braun@kabelmail.de>
Tue, 14 Jun 2022 16:56:58 +0000 (18:56 +0200)
committerDennis Braun <d_braun@kabelmail.de>
Tue, 14 Jun 2022 16:56:58 +0000 (18:56 +0200)
debian/patches/1002-Fix_spelling_errors.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/1002-Fix_spelling_errors.patch b/debian/patches/1002-Fix_spelling_errors.patch
new file mode 100644 (file)
index 0000000..3a66daf
--- /dev/null
@@ -0,0 +1,43 @@
+Description: Fix spelling error manifacturer -> manufacturer
+Author: Dennis Braun <d_braun@kabelmail.de>
+Forwarded: yes
+
+Index: giada/src/gui/dialogs/pluginChooser.cpp
+===================================================================
+--- giada.orig/src/gui/dialogs/pluginChooser.cpp
++++ giada/src/gui/dialogs/pluginChooser.cpp
+@@ -79,7 +79,7 @@ gdPluginChooser::gdPluginChooser(int X,
+       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: giada/src/gui/langMapper.cpp
+===================================================================
+--- giada.orig/src/gui/langMapper.cpp
++++ giada/src/gui/langMapper.cpp
+@@ -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: giada/src/gui/langMapper.h
+===================================================================
+--- giada.orig/src/gui/langMapper.h
++++ giada/src/gui/langMapper.h
+@@ -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";
index 86c58d6b75117e438c22c3d621f4ba94621160e6..b43d5c651ce33e0e2fce766d3084ab35dc2c8d9f 100644 (file)
@@ -1,3 +1,4 @@
+1002-Fix_spelling_errors.patch
 1001-Remove_double_desktop_comment.patch
 02-geompp.patch
 03-system-rtaudio.patch