Changeset 10810 in vbox for trunk/src/VBox/Frontends/VirtualBox4
- Timestamp:
- Jul 22, 2008 1:20:44 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxUpdateDlg.cpp
r10611 r10810 142 142 QString VBoxUpdateData::date() const 143 143 { 144 return mIndex == NeverCheck ? VBoxUpdateDlg::tr (" never") :144 return mIndex == NeverCheck ? VBoxUpdateDlg::tr ("Never") : 145 145 mDate.toString ("yyyy.MM.dd"); 146 146 } -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsInput.ui
r10536 r10810 92 92 </property> 93 93 <property name="text" > 94 <string>&Auto capture keyboard</string>94 <string>&Auto Capture Keyboard</string> 95 95 </property> 96 96 </widget> -
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsUpdate.ui
r10611 r10810 43 43 <widget class="QCheckBox" name="mCbCheck" > 44 44 <property name="text" > 45 <string>&Check for a new version</string>45 <string>&Check for a New Version</string> 46 46 </property> 47 47 <property name="checked" > 48 48 <bool>true</bool> 49 </property> 50 <property name="whatsThis" > 51 <string>When checked, the application will periodically connect to the VirtualBox web-site and check whether a new VirtualBox verison is available.</string> 49 52 </property> 50 53 </widget> … … 90 93 <widget class="QLabel" name="mLbOncePer" > 91 94 <property name="text" > 92 <string>&Once per </string>95 <string>&Once per:</string> 93 96 </property> 94 97 <property name="buddy" > … … 114 117 </item> 115 118 <item> 116 <widget class="QComboBox" name="mCbOncePer" /> 119 <widget class="QComboBox" name="mCbOncePer"> 120 <property name="whatsThis" > 121 <string>Specifies how often the new version check should be performed. Note that if you want to completely disable this check, just clear the above check box.</string> 122 </property> 123 </widget> 117 124 </item> 118 125 <item> … … 145 152 </property> 146 153 <property name="text" > 147 <string>Next check:</string>154 <string>Next Check:</string> 148 155 </property> 149 156 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.