VirtualBox

Changeset 100534 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 12, 2023 8:11:23 AM (17 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9080. Some label text fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIActionPool.cpp

    r100508 r100534  
    26762676        setShortcutScope(QApplication::translate("UIActionPool", "VISO Creator"));
    26772677        setStatusTip(QApplication::translate("UIActionPool", "Import ISO into the VISO content."));
    2678         setToolTip(QApplication::translate("UIActionPool", "Import Selected ISO(s) into the VISO content.")
     2678        setToolTip(QApplication::translate("UIActionPool", "Import Selected ISO into the VISO content.")
    26792679                   + (shortcut().isEmpty() ? QString() : QString(" (%1)").arg(shortcut().toString())));
    26802680    }
     
    27082708        setName(QApplication::translate("UIActionPool", "ISORemove"));
    27092709        setShortcutScope(QApplication::translate("UIActionPool", "VISO Creator"));
    2710         setStatusTip(QApplication::translate("UIActionPool", "Remove ISO into the VISO content."));
    2711         setToolTip(QApplication::translate("UIActionPool", "Remove Selected ISO(s) into the VISO content.")
     2710        setStatusTip(QApplication::translate("UIActionPool", "Remove the imported ISO from the VISO content."));
     2711        setToolTip(QApplication::translate("UIActionPool", "Remove the imported ISO from the VISO content.")
    27122712                   + (shortcut().isEmpty() ? QString() : QString(" (%1)").arg(shortcut().toString())));
    27132713    }
Note: See TracChangeset for help on using the changeset viewer.

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