VirtualBox

Changeset 75634 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 21, 2018 10:05:25 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699. Translation corrections in session panel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManagerSessionPanel.cpp

    r75425 r75634  
    162162    if (m_pUserNameEdit)
    163163    {
    164         m_pUserNameEdit->setToolTip(QApplication::translate("UIGuestProcessControlWidget", "User name to authenticate session creation"));
    165         m_pUserNameEdit->setPlaceholderText(QApplication::translate("UIGuestProcessControlWidget", "User Name"));
    166 
    167     }
    168     if (m_pPasswordEdit)
    169     {
    170         m_pPasswordEdit->setToolTip(QApplication::translate("UIGuestProcessControlWidget", "Password to authenticate session creation"));
    171         m_pPasswordEdit->setPlaceholderText(QApplication::translate("UIGuestProcessControlWidget", "Password"));
    172     }
    173 
    174     if (m_pCreateButton)
    175         m_pCreateButton->setText(QApplication::translate("UIGuestProcessControlWidget", "Create Session"));
    176     if (m_pCloseButton)
    177         m_pCloseButton->setText(QApplication::translate("UIGuestProcessControlWidget", "Close Session"));
     164        m_pUserNameEdit->setToolTip(QApplication::translate("UIGuestControlFileManager", "User name to authenticate session creation"));
     165        m_pUserNameEdit->setPlaceholderText(QApplication::translate("UIGuestControlFileManager", "User Name"));
     166
     167    }
     168    if (m_pPasswordEdit)
     169    {
     170        m_pPasswordEdit->setToolTip(QApplication::translate("UIGuestControlFileManager", "Password to authenticate session creation"));
     171        m_pPasswordEdit->setPlaceholderText(QApplication::translate("UIGuestControlFileManager", "Password"));
     172    }
     173
     174    if (m_pCreateButton)
     175        m_pCreateButton->setText(QApplication::translate("UIGuestControlFileManager", "Create Session"));
     176    if (m_pCloseButton)
     177        m_pCloseButton->setText(QApplication::translate("UIGuestControlFileManager", "Close Session"));
    178178}
    179179
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