Changeset 34420 in vbox
- Timestamp:
- Nov 26, 2010 5:39:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp
r34419 r34420 1269 1269 #if defined(Q_WS_MAC) 1270 1270 mVmOpenInFileManagerAction->setText(tr("Show in Finder")); 1271 mVmOpenInFileManagerAction->setStatusTip(tr("Show the VirtualBox Machine De scription file in Finder."));1271 mVmOpenInFileManagerAction->setStatusTip(tr("Show the VirtualBox Machine Definition file in Finder.")); 1272 1272 mVmCreateShortcut->setText(tr("Create Alias on Desktop")); 1273 mVmCreateShortcut->setStatusTip(tr("Creates an Alias file to the VirtualBox Machine De scription file on your Desktop."));1273 mVmCreateShortcut->setStatusTip(tr("Creates an Alias file to the VirtualBox Machine Definition file on your Desktop.")); 1274 1274 #elif defined(Q_WS_WIN) 1275 1275 mVmOpenInFileManagerAction->setText(tr("Show in Explorer")); 1276 mVmOpenInFileManagerAction->setStatusTip(tr("Show the VirtualBox Machine De scription file in Explorer."));1276 mVmOpenInFileManagerAction->setStatusTip(tr("Show the VirtualBox Machine Definition file in Explorer.")); 1277 1277 mVmCreateShortcut->setText(tr("Create Shortcut on Desktop")); 1278 mVmCreateShortcut->setStatusTip(tr("Creates an Shortcut file to the VirtualBox Machine De scription file on your Desktop."));1278 mVmCreateShortcut->setStatusTip(tr("Creates an Shortcut file to the VirtualBox Machine Definition file on your Desktop.")); 1279 1279 #else 1280 1280 mVmOpenInFileManagerAction->setText(tr("Show in File Manager")); 1281 mVmOpenInFileManagerAction->setStatusTip(tr("Show the VirtualBox Machine De scription file in the File Manager"));1281 mVmOpenInFileManagerAction->setStatusTip(tr("Show the VirtualBox Machine Definition file in the File Manager")); 1282 1282 mVmCreateShortcut->setText(tr("Create Shortcut on Desktop")); 1283 mVmCreateShortcut->setStatusTip(tr("Creates an Shortcut file to the VirtualBox Machine De scription file on your Desktop."));1283 mVmCreateShortcut->setStatusTip(tr("Creates an Shortcut file to the VirtualBox Machine Definition file on your Desktop.")); 1284 1284 #endif 1285 1285
Note:
See TracChangeset
for help on using the changeset viewer.