VirtualBox

Changeset 49266 in vbox for trunk


Ignore:
Timestamp:
Oct 23, 2013 6:54:12 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: text changes.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp

    r48603 r49266  
    19601960             "and shared folders cannot be used without them. To use shared folders inside the virtual machine, "
    19611961             "please install the Guest Additions if they are not installed, or re-install them if they are "
    1962              "not working correctly, by selecting <b>Install Guest Additions</b> from the <b>Devices</b> menu. "
     1962             "not working correctly, by selecting <b>Insert Guest Additions installer</b> from the <b>Devices</b> menu. "
    19631963             "If they are installed but the machine is not yet fully started then shared folders will be available once it is.</p>"),
    19641964          "remindAboutGuestAdditionsAreNotActive");
     
    20332033                             .arg(strUrl, strSrc),
    20342034                          0 /* auto-confirm id */,
    2035                           tr("Mount", "additions"));
     2035                          tr("Insert", "additions"));
    20362036}
    20372037
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp

    r48603 r49266  
    981981    void retranslateUi()
    982982    {
    983         setName(QApplication::translate("UIActionPool", "&Install Guest Additions..."));
    984         setStatusTip(QApplication::translate("UIActionPool", "Mount the Guest Additions installation image"));
     983        setName(QApplication::translate("UIActionPool", "&Insert Guest Additions installer..."));
     984        setStatusTip(QApplication::translate("UIActionPool", "Insert the Guest Additions disk file into the virtual drive"));
    985985    }
    986986};
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp

    r48577 r49266  
    283283        mNoneStr = tr ("<reset to default>");
    284284        mNoneTip = tr ("The actual default path value will be displayed after "
    285                        "accepting the changes and opening this dialog again.");
     285                       "accepting the changes and opening this window again.");
    286286    }
    287287    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette