src/global.cpp

changeset 339
2f3cfb983fcc
parent 337
8133cdb19aa1
child 341
1b1e2d4c1a3e
equal deleted inserted replaced
338:473479de8c5b 339:2f3cfb983fcc
64 QT_TRANSLATE_NOOP("BeerType", "Cider") 64 QT_TRANSLATE_NOOP("BeerType", "Cider")
65 }; 65 };
66 66
67 const char * g_ibu_method[3] = { 67 const char * g_ibu_method[3] = {
68 "Tinseth", 68 "Tinseth",
69 "Rager", 69 "Tinseth++",
70 "Daniels" 70 "N/A"
71 }; 71 };
72 72
73 const char * const g_fermentable_types[5] = { 73 const char * const g_fermentable_types[5] = {
74 QT_TRANSLATE_NOOP("FermentableType", "Grain"), 74 QT_TRANSLATE_NOOP("FermentableType", "Grain"),
75 QT_TRANSLATE_NOOP("FermentableType", "Sugar"), 75 QT_TRANSLATE_NOOP("FermentableType", "Sugar"),

mercurial