Changeset 799 for Vago


Ignore:
Timestamp:
Apr 7, 2013, 1:02:56 PM (12 years ago)
Author:
s10k
Message:

Fixed an English typo and a small tool tip

Location:
Vago/trunk/Vago/packageWizard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Vago/trunk/Vago/packageWizard/packagepage3.ui

    r797 r799  
    6565    <widget class="QLineEdit" name="leIncompatible">
    6666     <property name="toolTip">
    67       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
    68 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
    69 p, li { white-space: pre-wrap; }
    70 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
    71 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt; font-weight:600;&quot;&gt;Fill with the packages number that will conflict with this package&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
     67      <string>Fill with the packages number that will conflict with this package</string>
    7268     </property>
    7369    </widget>
  • Vago/trunk/Vago/packageWizard/packagepage4.cpp

    r790 r799  
    88    ui->setupUi(this);
    99    this->setTitle("Package Files");
    10     this->setSubTitle("Add here the resources to the correspondent plataform for your package.");
     10    this->setSubTitle("Add the resources to the corresponding platform for your package.");
    1111
    1212    commonTable=ui->twCommon;
Note: See TracChangeset for help on using the changeset viewer.