Skip to content

Commit

Permalink
Fix labeling of factor standardisation
Browse files Browse the repository at this point in the history
Issue #1857
  • Loading branch information
TimKDJ committed Aug 1, 2017
1 parent fae0f6b commit be5185f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JASP-Desktop/analysisforms/SEM/semsimpleform.ui
Expand Up @@ -116,12 +116,12 @@
<widget class="BoundComboBox" name="factorStandardisation">
<item>
<property name="text">
<string>Residual Variance</string>
<string>Factor Loadings</string>
</property>
</item>
<item>
<property name="text">
<string>Factor Loadings</string>
<string>Residual Variance</string>
</property>
</item>
<item>
Expand Down

0 comments on commit be5185f

Please sign in to comment.