We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee266b1 commit da0e401Copy full SHA for da0e401
src/badguy/dispenser.cpp
@@ -434,7 +434,10 @@ GameObjectTypes
434
Dispenser::get_types() const
435
{
436
return {
437
- { "dropper", _("Dropper") },
+ {
438
+ /* l10n: This is not a dropper in the medical sense. Dropper refers to a dispenser that drops objects from above */
439
+ "dropper", _("Dropper")
440
+ },
441
{ "cannon", _("Cannon") },
442
{ "point", _("Invisible") },
443
{ "granito", _("Granito") }
0 commit comments