VirtualBox

Changeset 47936 in vbox


Ignore:
Timestamp:
Aug 20, 2013 3:59:42 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88245
Message:

FE/Qt: Runtime Action Pool: Remove *enable* word from toggle-action NLS tags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp

    r47935 r47936  
    879879    void retranslateUi()
    880880    {
    881         setName(QApplication::translate("UIActionPool", "Enable R&emote Display"));
    882         setStatusTip(QApplication::translate("UIActionPool", "Enable remote desktop (RDP) connections to this machine"));
     881        setName(QApplication::translate("UIActionPool", "R&emote Display"));
     882        setStatusTip(QApplication::translate("UIActionPool", "Toggle remote desktop (RDP) connections to this machine"));
    883883    }
    884884};
     
    924924    void retranslateUi()
    925925    {
    926         setName(QApplication::translate("UIActionPool", "Enable &Video Capture"));
    927         setStatusTip(QApplication::translate("UIActionPool", "Enable video capture"));
     926        setName(QApplication::translate("UIActionPool", "&Video Capture"));
     927        setStatusTip(QApplication::translate("UIActionPool", "Toggle video capture"));
    928928    }
    929929};
     
    10781078    void retranslateUi()
    10791079    {
    1080         setName(QApplication::translate("UIActionPool", "Enable &Logging...", "debug action"));
     1080        setName(QApplication::translate("UIActionPool", "&Logging...", "debug action"));
    10811081    }
    10821082};
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