Skip to content

Commit a0bf098

Browse files
authored
Merge pull request #765 from exchange12rocks/patch-1
Corrects a typo in InvalidConfigureationDlg.wxs
2 parents 9365bdc + 3127911 commit a0bf098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/ui/InvalidConfigureationDlg.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<UI>
55
<Dialog Id="InvalidConfigureationDlg" Width="370" Height="270" Title="[ProductName] [Setup]" NoMinimize="yes">
66
<Control Id="HelpTextOld" Type="Text" X="45" Y="53" Width="260" Height="40" Hidden="no" Transparent="yes" NoPrefix="yes">
7-
<Text>Reading the old configuration failed for some reason (se below). This is not as bad as it sounds since you already have a (hopefully) working configuration. So we will go ahead and use that one instead of allowing you to pick one here.</Text>
7+
<Text>Reading the old configuration failed for some reason (see below). This is not as bad as it sounds since you already have a (hopefully) working configuration. So we will go ahead and use that one instead of allowing you to pick one here.</Text>
88
</Control>
99
<Control Id="HelpTextNew" Type="Text" X="45" Y="140" Width="260" Height="100" Hidden="no" Transparent="yes" NoPrefix="yes">
1010
<Text>Problem was: [KEY_CONF_OLD_ERROR]</Text>

0 commit comments

Comments
 (0)