src/global.cpp

changeset 373
b02aca4e926c
parent 355
f3318d9d6668
child 380
8f5c03ed4321
--- a/src/global.cpp	Tue Jul 26 19:46:44 2022 +0200
+++ b/src/global.cpp	Fri Jul 29 13:12:26 2022 +0200
@@ -111,13 +111,14 @@
     QT_TRANSLATE_NOOP("HopTypes", "Both")
 };
 
-const char * const g_hop_forms[6] = {
+const char * const g_hop_forms[7] = {
     QT_TRANSLATE_NOOP("HopForm", "Pellet"),
     QT_TRANSLATE_NOOP("HopForm", "Plug"),
     QT_TRANSLATE_NOOP("HopForm", "Leaf"),
     QT_TRANSLATE_NOOP("HopForm", "Leaf wet"),
     QT_TRANSLATE_NOOP("HopForm", "Cryo"),
-    QT_TRANSLATE_NOOP("HopForm", "Extract")
+    QT_TRANSLATE_NOOP("HopForm", "CO2 extract"),
+    QT_TRANSLATE_NOOP("HopForm", "Iso extract")
 };
 
 const char * const g_hop_useat[7] = {

mercurial