VirtualBox

Changeset 105799 in vbox for trunk/src


Ignore:
Timestamp:
Aug 21, 2024 9:50:07 PM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164511
Message:

FE/Qt: UI Converter: Adjusting NLS for keyboard extension indicator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendGlobal.cpp

    r105362 r105799  
    23782378        case IndicatorType_Mouse:             strResult = QApplication::translate("UICommon", "Mouse", "IndicatorType"); break;
    23792379        case IndicatorType_Keyboard:          strResult = QApplication::translate("UICommon", "Keyboard", "IndicatorType"); break;
    2380         case IndicatorType_KeyboardExtension: strResult = QApplication::translate("UICommon", "Host-combo", "IndicatorType"); break;
     2380        case IndicatorType_KeyboardExtension: strResult = QApplication::translate("UICommon", "Keyboard Extension", "IndicatorType"); break;
    23812381        default:
    23822382        {
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