Fix minor typos (#37)
This commit is contained in:
committed by
Jim Evins
parent
9ff59a2cb5
commit
76c370bf52
@@ -50,7 +50,7 @@ namespace glabels
|
||||
{
|
||||
QList<QColor> colorList = readColorList();
|
||||
|
||||
// Remove any occurances of this color already in list
|
||||
// Remove any occurrences of this color already in list
|
||||
colorList.removeAll( color );
|
||||
|
||||
// Now add to list
|
||||
|
||||
@@ -245,7 +245,7 @@ namespace glabels
|
||||
{
|
||||
recordsTable->setColumnCount( mKeys.size() + 1 ); // Include extra column
|
||||
|
||||
// First column = primay Key
|
||||
// First column = primary Key
|
||||
auto* item = new QTableWidgetItem( mPrimaryKey );
|
||||
item->setFlags( Qt::ItemIsEnabled );
|
||||
recordsTable->setHorizontalHeaderItem( 0, item );
|
||||
@@ -287,7 +287,7 @@ namespace glabels
|
||||
int iRow = 0;
|
||||
foreach ( merge::Record* record, records )
|
||||
{
|
||||
// First column for primay field
|
||||
// First column for primary field
|
||||
auto* item = new QTableWidgetItem();
|
||||
if ( record->contains( mPrimaryKey ) )
|
||||
{
|
||||
|
||||
@@ -1174,7 +1174,7 @@ namespace glabels
|
||||
{
|
||||
alreadyInitialized = true;
|
||||
|
||||
// Set some realistic defaults based on symetric sheet using previosly chosen values
|
||||
// Set some realistic defaults based on symmetric sheet using previously chosen values
|
||||
nxSpin->setValue( nxMax );
|
||||
nySpin->setValue( nyMax );
|
||||
x0Spin->setValue( (pageW - (nxMax-1)*dxMin - w) / 2 );
|
||||
@@ -1333,7 +1333,7 @@ namespace glabels
|
||||
{
|
||||
alreadyInitialized = true;
|
||||
|
||||
// Set some realistic defaults based on symetric sheet using previosly chosen values
|
||||
// Set some realistic defaults based on symmetric sheet using previously chosen values
|
||||
nxSpin1->setValue( nxMax );
|
||||
nySpin1->setValue( nyMax - nyMax/2 );
|
||||
x0Spin1->setValue( (pageW - (nxMax-1)*dxMin - w) / 2 );
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
<string>New Product</string>
|
||||
</property>
|
||||
<property name="description">
|
||||
<string>Create a a new product template from scratch</string>
|
||||
<string>Create a new product template from scratch</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user