]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNomencl.cpp
Make undo action no-ops when the buffer is read-only
[lyx.git] / src / insets / InsetNomencl.cpp
index 9fd91cfca0ea65263c399928e7ccb73a4aa3b433..1d77826602497d3368268498770be2329ea64a04 100644 (file)
@@ -398,7 +398,7 @@ docstring nomenclWidest(Buffer const & buffer, OutputParams const & runparams)
                                                        ParamInfo::HANDLING_LATEXIFY)
                                : docstring();
                        // strip out % characters which are used as escape in nomencl
-                       // but act as comment in out context hereĀ“
+                       // but act as comment in our context here
                        symbol = subst(symbol, from_ascii("%"), docstring());
                        // This is only an approximation,
                        // but the best we can get.