Changeset 56103 in vbox
- Timestamp:
- May 27, 2015 2:24:46 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100627
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp
r56026 r56103 454 454 { 455 455 setName(QApplication::translate("UIActionPool", "Gro&up")); 456 setStatusTip(QApplication::translate("UIActionPool", "Add a new group based on the items selected"));456 setStatusTip(QApplication::translate("UIActionPool", "Add a new group based on the selected virtual machines")); 457 457 } 458 458 }; … … 484 484 { 485 485 setName(QApplication::translate("UIActionPool", "&Settings...")); 486 setStatusTip(QApplication::translate("UIActionPool", " Manage the virtual machine settings"));486 setStatusTip(QApplication::translate("UIActionPool", "Display the virtual machine settings window")); 487 487 setToolTip(text().remove('&').remove('.') + 488 488 (shortcut().toString().isEmpty() ? "" : QString(" (%1)").arg(shortcut().toString()))); … … 788 788 { 789 789 setName(QApplication::translate("UIActionPool", "Show &Log...")); 790 setStatusTip(QApplication::translate("UIActionPool", "Show the log files of the selected virtual machine "));790 setStatusTip(QApplication::translate("UIActionPool", "Show the log files of the selected virtual machines")); 791 791 } 792 792 }; … … 813 813 { 814 814 setName(QApplication::translate("UIActionPool", "Re&fresh...")); 815 setStatusTip(QApplication::translate("UIActionPool", "Refresh the accessibility state of the selected virtual machine "));815 setStatusTip(QApplication::translate("UIActionPool", "Refresh the accessibility state of the selected virtual machines")); 816 816 } 817 817 }; … … 837 837 #if defined(Q_WS_MAC) 838 838 setName(QApplication::translate("UIActionPool", "Show in Finder")); 839 setStatusTip(QApplication::translate("UIActionPool", "Show the VirtualBox Machine Definition file in Finder"));839 setStatusTip(QApplication::translate("UIActionPool", "Show the VirtualBox Machine Definition files in Finder")); 840 840 #elif defined(Q_WS_WIN) 841 841 setName(QApplication::translate("UIActionPool", "Show in Explorer")); 842 setStatusTip(QApplication::translate("UIActionPool", "Show the VirtualBox Machine Definition file in Explorer"));842 setStatusTip(QApplication::translate("UIActionPool", "Show the VirtualBox Machine Definition files in Explorer")); 843 843 #else 844 844 setName(QApplication::translate("UIActionPool", "Show in File Manager")); 845 setStatusTip(QApplication::translate("UIActionPool", "Show the VirtualBox Machine Definition file in the File Manager"));845 setStatusTip(QApplication::translate("UIActionPool", "Show the VirtualBox Machine Definition files in the File Manager")); 846 846 #endif 847 847 } … … 868 868 #if defined(Q_WS_MAC) 869 869 setName(QApplication::translate("UIActionPool", "Create Alias on Desktop")); 870 setStatusTip(QApplication::translate("UIActionPool", "Creates an alias file to the VirtualBox Machine Definition fileon your desktop"));870 setStatusTip(QApplication::translate("UIActionPool", "Creates an alias files to the VirtualBox Machine Definition files on your desktop")); 871 871 #else 872 872 setName(QApplication::translate("UIActionPool", "Create Shortcut on Desktop")); 873 setStatusTip(QApplication::translate("UIActionPool", "Creates a n shortcut file to the VirtualBox Machine Definition fileon your desktop"));873 setStatusTip(QApplication::translate("UIActionPool", "Creates a shortcut files to the VirtualBox Machine Definition files on your desktop")); 874 874 #endif 875 875 } … … 895 895 { 896 896 setName(QApplication::translate("UIActionPool", "Sort")); 897 setStatusTip(QApplication::translate("UIActionPool", "Sort the group of the first selected machine alphabetically"));897 setStatusTip(QApplication::translate("UIActionPool", "Sort the group of the first selected virtual machine alphabetically")); 898 898 } 899 899 }; … … 941 941 { 942 942 setName(QApplication::translate("UIActionPool", "Save State")); 943 setStatusTip(QApplication::translate("UIActionPool", "Save the machinestate of the selected virtual machines"));943 setStatusTip(QApplication::translate("UIActionPool", "Save the state of the selected virtual machines")); 944 944 } 945 945 }; … … 969 969 { 970 970 setName(QApplication::translate("UIActionPool", "ACPI Sh&utdown")); 971 setStatusTip(QApplication::translate("UIActionPool", "Send the ACPI Power Button press eventto the selected virtual machines"));971 setStatusTip(QApplication::translate("UIActionPool", "Send the ACPI Shutdown signal to the selected virtual machines")); 972 972 } 973 973 };
Note:
See TracChangeset
for help on using the changeset viewer.