Module:Lang: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) No edit summary |
Gammaton32 (talk | contribs) added error message if string not found |
||
| Line 242: | Line 242: | ||
fallback = fallback_str | fallback = fallback_str | ||
else | else | ||
return '' | return 'string "'.. key .. '" not found' | ||
end | end | ||
return fallback .. fallback_tooltip | return fallback .. fallback_tooltip | ||