Skip to content

Commit da0e401

Browse files
committed
Add localization comment for "Dropper" type of dispenser (due to an apparent mistranslation in the German localization)
1 parent ee266b1 commit da0e401

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/badguy/dispenser.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,10 @@ GameObjectTypes
434434
Dispenser::get_types() const
435435
{
436436
return {
437-
{ "dropper", _("Dropper") },
437+
{
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+
},
438441
{ "cannon", _("Cannon") },
439442
{ "point", _("Invisible") },
440443
{ "granito", _("Granito") }

0 commit comments

Comments
 (0)