- Timestamp:
- Oct 23, 2013 6:54:12 PM (11 years ago)
- 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 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>Ins tall 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. " 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"); … … 2033 2033 .arg(strUrl, strSrc), 2034 2034 0 /* auto-confirm id */, 2035 tr(" Mount", "additions"));2035 tr("Insert", "additions")); 2036 2036 } 2037 2037 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r48603 r49266 981 981 void retranslateUi() 982 982 { 983 setName(QApplication::translate("UIActionPool", "&Ins tall 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")); 985 985 } 986 986 }; -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxFilePathSelectorWidget.cpp
r48577 r49266 283 283 mNoneStr = tr ("<reset to default>"); 284 284 mNoneTip = tr ("The actual default path value will be displayed after " 285 "accepting the changes and opening this dialogagain.");285 "accepting the changes and opening this window again."); 286 286 } 287 287 else
Note:
See TracChangeset
for help on using the changeset viewer.