Module:Guidance: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Pingu No edit summary |
imported>Pingu No edit summary |
||
| Line 78: | Line 78: | ||
if w2 ~= nil then | if w2 ~= nil then | ||
if string.find(w2," and ") then | if string.find(w2," and ") then | ||
w2 = w2.." | w2 = w2.." occur." | ||
else | else | ||
w2 = w2.." | w2 = w2.." occurs." | ||
end | end | ||
end | end | ||