Changeset 105358 in vbox
- Timestamp:
- Jul 16, 2024 1:47:56 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r105331 r105358 1281 1281 strFullData += s_strTableRow3 1282 1282 .arg(QString("<img src=:/hostkey_pressed_16px.png/>")) 1283 .arg(tr("Keyboard is not captured, host-combo being held", "Keyboard tooltip"));1283 .arg(tr("Keyboard is not captured, host-combo being pressed", "Keyboard tooltip")); 1284 1284 strFullData += s_strTableRow3 1285 1285 .arg(QString("<img src=:/hostkey_captured_pressed_16px.png/>")) 1286 .arg(tr("Keyboard is captured, host-combo being held", "Keyboard tooltip"));1286 .arg(tr("Keyboard is captured, host-combo being pressed", "Keyboard tooltip")); 1287 1287 strFullData += s_strTableRow3 1288 1288 .arg(QString("<img src=:/hostkey_checked_16px.png/>")) … … 1293 1293 strFullData += s_strTableRow3 1294 1294 .arg(QString("<img src=:/hostkey_pressed_checked_16px.png/>")) 1295 .arg(tr("Keyboard is not captured, host-combo being held and to be inserted", "Keyboard tooltip"));1295 .arg(tr("Keyboard is not captured, host-combo being pressed and to be inserted", "Keyboard tooltip")); 1296 1296 strFullData += s_strTableRow3 1297 1297 .arg(QString("<img src=:/hostkey_captured_pressed_checked_16px.png/>")) 1298 .arg(tr("Keyboard is captured, host-combo being held and to be inserted", "Keyboard tooltip"));1298 .arg(tr("Keyboard is captured, host-combo being pressed and to be inserted", "Keyboard tooltip")); 1299 1299 strFullData = s_strTable.arg(strFullData); 1300 1300 setToolTip(strToolTip.arg(strFullData));
Note:
See TracChangeset
for help on using the changeset viewer.