Fix comment

This commit is contained in:
Richard Kimberly Heck 2021-01-05 12:27:20 -05:00
parent bea482877e
commit 14c2f5d954

View File

@ -317,7 +317,7 @@ void GuiRef::updateContents()
typeCO->clear();
// FIXME Bring InsetMathRef on par with InsetRef
// (see #9798)
// (see #11104)
typeCO->addItem(qt_("<reference>"), "ref");
typeCO->addItem(qt_("(<reference>)"), "eqref");
typeCO->addItem(qt_("<page>"), "pageref");