VirtualBox

Changeset 105358 in vbox


Ignore:
Timestamp:
Jul 16, 2024 1:47:56 PM (5 months ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10672: Runtime UI: NLS fix for r163984.

File:
1 edited

Legend:

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

    r105331 r105358  
    12811281        strFullData += s_strTableRow3
    12821282            .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"));
    12841284        strFullData += s_strTableRow3
    12851285            .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"));
    12871287        strFullData += s_strTableRow3
    12881288            .arg(QString("<img src=:/hostkey_checked_16px.png/>"))
     
    12931293        strFullData += s_strTableRow3
    12941294            .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"));
    12961296        strFullData += s_strTableRow3
    12971297            .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"));
    12991299        strFullData = s_strTable.arg(strFullData);
    13001300        setToolTip(strToolTip.arg(strFullData));
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