VirtualBox

Changeset 56103 in vbox


Ignore:
Timestamp:
May 27, 2015 2:24:46 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100627
Message:

FE/Qt: Selector UI: Action-pool: NLS consistency fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp

    r56026 r56103  
    454454    {
    455455        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"));
    457457    }
    458458};
     
    484484    {
    485485        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"));
    487487        setToolTip(text().remove('&').remove('.') +
    488488                   (shortcut().toString().isEmpty() ? "" : QString(" (%1)").arg(shortcut().toString())));
     
    788788    {
    789789        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"));
    791791    }
    792792};
     
    813813    {
    814814        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"));
    816816    }
    817817};
     
    837837#if defined(Q_WS_MAC)
    838838        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"));
    840840#elif defined(Q_WS_WIN)
    841841        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"));
    843843#else
    844844        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"));
    846846#endif
    847847    }
     
    868868#if defined(Q_WS_MAC)
    869869        setName(QApplication::translate("UIActionPool", "Create Alias on Desktop"));
    870         setStatusTip(QApplication::translate("UIActionPool", "Creates an alias file to the VirtualBox Machine Definition file on your desktop"));
     870        setStatusTip(QApplication::translate("UIActionPool", "Creates an alias files to the VirtualBox Machine Definition files on your desktop"));
    871871#else
    872872        setName(QApplication::translate("UIActionPool", "Create Shortcut on Desktop"));
    873         setStatusTip(QApplication::translate("UIActionPool", "Creates an shortcut file to the VirtualBox Machine Definition file on your desktop"));
     873        setStatusTip(QApplication::translate("UIActionPool", "Creates a shortcut files to the VirtualBox Machine Definition files on your desktop"));
    874874#endif
    875875    }
     
    895895    {
    896896        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"));
    898898    }
    899899};
     
    941941    {
    942942        setName(QApplication::translate("UIActionPool", "Save State"));
    943         setStatusTip(QApplication::translate("UIActionPool", "Save the machine state of the selected virtual machines"));
     943        setStatusTip(QApplication::translate("UIActionPool", "Save the state of the selected virtual machines"));
    944944    }
    945945};
     
    969969    {
    970970        setName(QApplication::translate("UIActionPool", "ACPI Sh&utdown"));
    971         setStatusTip(QApplication::translate("UIActionPool", "Send the ACPI Power Button press event to the selected virtual machines"));
     971        setStatusTip(QApplication::translate("UIActionPool", "Send the ACPI Shutdown signal to the selected virtual machines"));
    972972    }
    973973};
Note: See TracChangeset for help on using the changeset viewer.

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