Изменения

м
Нет описания правки
Строка 267: Строка 267:  
if add_origin then
 
if add_origin then
 
output_str = output_str ..' '.. origin  
 
output_str = output_str ..' '.. origin  
else
+
elseif not isempty(lifetime) then
output_str = output_str .. ' ('.. lifetime ..')'
+
output_str = output_str .. ' ('.. lifetime ..')'  
 
end
 
end
 
if add_description then output_str = output_str ..'. – '.. description end
 
if add_description then output_str = output_str ..'. – '.. description end