Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 8ec19cb

Browse files
committed
Different version full name displayed
1 parent 33e339e commit 8ec19cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ElixirWeb.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ begin
116116
end else begin
117117
PrereleaseLabel := 'Release';
118118
end;
119-
PSelReleaseListBox.AddRadioButton('Version ' + StringTable[i][0], PrereleaseLabel, 0, False, True, StringTable[i]);
119+
PSelReleaseListBox.AddRadioButton('Elixir version ' + StringTable[i][0], PrereleaseLabel, 0, False, True, StringTable[i]);
120120
end;
121121
end;
122122
end;

0 commit comments

Comments
 (0)