Browse Source

Generify error message in installer

Armin Schrenk 2 năm trước cách đây
mục cha
commit
a8b920698d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dist/win/resources/customWizard.wxi

+ 1 - 1
dist/win/resources/customWizard.wxi

@@ -91,7 +91,7 @@
                     <Condition Action="show">FOUNDRUNNINGAPP</Condition>
                 </Control>
                 <Control Id="DescriptionReason2" Type="Text" X="135" Y="170" Width="220" Height="40" Transparent="yes" NoPrefix="yes" Hidden="yes" >
-					<Text>Cryptomator was still running during installation.</Text>
+					<Text>Application to update was still running during installation.</Text>
                     <Condition Action="show">FOUNDRUNNINGAPP</Condition>
                 </Control>
             </Dialog>