]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.C
* allow resizing of detached panel
[lyx.git] / src / MenuBackend.C
index 5944a2264f9631015bed901e9bc62fdea5a31d53..44f32e0e5a9ab5657206cf3289f80b27064268aa 100644 (file)
@@ -778,7 +778,7 @@ void expandToolbars(Menu & tomenu)
 
        for (; cit != end; ++cit) {
                docstring label = _(cit->gui_name);
-               // frontends are not supposed to turn on/off toolbars, if they can not
+               // frontends are not supposed to turn on/off toolbars, if they cannot
                // update ToolbarBackend::flags. That is to say, ToolbarsBackend::flags
                // should reflect the true state of toolbars.
                //