VirtualBox

Changeset 13156 in vbox


Ignore:
Timestamp:
Oct 10, 2008 8:28:24 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37667
Message:

FE/Qt4: make this more translater friendly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxAboutDlg.cpp

    r12590 r13156  
    4646{
    4747    setWindowTitle (tr ("VirtualBox - About"));
     48    QString aboutText =  tr ("VirtualBox Graphical User Interface");
     49    QString versionText = tr ("Version %1");
    4850#if VBOX_OSE
    49     mAboutText = tr ("VirtualBox Graphical User Interface Version %1\n%2").arg (mVersion).arg (QString ("%1 2004-2008 Sun Microsystems, Inc.").arg (QChar (0xa9)));
     51    mAboutText = aboutText + " " + versionText.arg (mVersion) + "\n" +
     52                 QString ("%1 2004-2008 Sun Microsystems, Inc.").arg (QChar (0xa9));
    5053#else /* VBOX_OSE */
    51     mAboutText = tr ("VirtualBox Graphical User Interface\nVersion %1").arg (mVersion);
     54    mAboutText = aboutText + "\n" +
     55                 versionText.arg (mVersion);
    5256#endif /* VBOX_OSE */
    5357}
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