Fix silly mistake in 04fc48d79

This commit is contained in:
Richard Kimberly Heck 2023-07-29 12:34:38 -04:00
parent dc12c19337
commit 6cffef87d2

View File

@ -490,9 +490,9 @@ void InsetRef::updateBuffer(ParIterator const & it, UpdateType, bool const /*del
if (isCaps) {
// up arrow (shift key) symbol
label += docstring(1, char_type(0x21E7));
if (isPlural)
label += from_ascii("+");
}
if (isPlural)
label += from_ascii("+");
}
label += from_ascii(": ");
break;