Index: /trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp	(revision 35551)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetwork.cpp	(revision 35552)
@@ -418,5 +418,5 @@
     if (host.isOk())
     {
-        vboxProblem().showModalProgressDialog(progress, tr("Creating host-only interface..."),
+        vboxProblem().showModalProgressDialog(progress, tr("Networking"),
                                               ":/nw_32px.png", this, true, 0);
         if (progress.GetResultCode() == 0)
@@ -471,5 +471,5 @@
     if (host.isOk())
     {
-        vboxProblem().showModalProgressDialog(progress, tr("Removing host-only interface..."),
+        vboxProblem().showModalProgressDialog(progress, tr("Networking"),
                                               ":/nw_32px.png", this, true, 0);
         if (progress.GetResultCode() == 0)
