Changeset 49272 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 24, 2013 11:54:09 AM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r49266 r49272 1960 1960 "and shared folders cannot be used without them. To use shared folders inside the virtual machine, " 1961 1961 "please install the Guest Additions if they are not installed, or re-install them if they are " 1962 "not working correctly, by selecting <b>Insert Guest Additions installer</b> from the <b>Devices</b> menu. "1962 "not working correctly, by selecting <b>Insert Guest Additions CD image</b> from the <b>Devices</b> menu. " 1963 1963 "If they are installed but the machine is not yet fully started then shared folders will be available once it is.</p>"), 1964 1964 "remindAboutGuestAdditionsAreNotActive"); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r49266 r49272 981 981 void retranslateUi() 982 982 { 983 setName(QApplication::translate("UIActionPool", "&Insert Guest Additions installer..."));983 setName(QApplication::translate("UIActionPool", "&Insert Guest Additions CD image...")); 984 984 setStatusTip(QApplication::translate("UIActionPool", "Insert the Guest Additions disk file into the virtual drive")); 985 985 }
Note:
See TracChangeset
for help on using the changeset viewer.