Changeset 47936 in vbox
- Timestamp:
- Aug 20, 2013 3:59:42 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88245
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r47935 r47936 879 879 void retranslateUi() 880 880 { 881 setName(QApplication::translate("UIActionPool", " EnableR&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")); 883 883 } 884 884 }; … … 924 924 void retranslateUi() 925 925 { 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")); 928 928 } 929 929 }; … … 1078 1078 void retranslateUi() 1079 1079 { 1080 setName(QApplication::translate("UIActionPool", " Enable&Logging...", "debug action"));1080 setName(QApplication::translate("UIActionPool", "&Logging...", "debug action")); 1081 1081 } 1082 1082 };
Note:
See TracChangeset
for help on using the changeset viewer.