diff --git a/src/Mod/Web/Gui/AppWebGui.cpp b/src/Mod/Web/Gui/AppWebGui.cpp index e70ae84d92..df8c9420cf 100644 --- a/src/Mod/Web/Gui/AppWebGui.cpp +++ b/src/Mod/Web/Gui/AppWebGui.cpp @@ -60,7 +60,7 @@ public: ); add_varargs_method("openBrowserHTML",&Module::openBrowserHTML ); - initialize("This module is the Web module."); // register with Python + initialize("This module is the WebGui module."); // register with Python } virtual ~Module() {}