Disable translation of default 'titleold' value

It's an empty string, so there's no reason to try to translate it.

Closes #7717
This commit is contained in:
James McCoy 2017-12-11 10:50:45 -05:00
parent 8813b29cec
commit ceed29687f

View File

@ -2505,11 +2505,10 @@ return {
full_name='titleold', full_name='titleold',
type='string', scope={'global'}, type='string', scope={'global'},
secure=true, secure=true,
gettext=true,
no_mkrc=true, no_mkrc=true,
vi_def=true, vi_def=true,
varname='p_titleold', varname='p_titleold',
defaults={if_true={vi=N_("")}} defaults={if_true={vi=""}}
}, },
{ {
full_name='titlestring', full_name='titlestring',