Explorar el Código

Changed wording

Krzysztof Krysiński hace 3 años
padre
commit
72dcae41ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      PixiEditor/Views/Dialogs/CrashReportDialog.xaml

+ 1 - 1
PixiEditor/Views/Dialogs/CrashReportDialog.xaml

@@ -33,7 +33,7 @@
             <StackPanel>
                 <Grid Background="{StaticResource MainColor}">
                     <StackPanel Margin="7" VerticalAlignment="Center">
-                        <TextBlock Text="{Binding DocumentCount, StringFormat={}{0} file(s) can be recovered}"
+                        <TextBlock Text="{Binding DocumentCount, StringFormat={}{0} file(s) might be recoverable}"
                        d:Text="2 file(s) can be recovered"/>
                         <TextBlock TextWrapping="Wrap">You can help the developers fix this bug by sending a crash report that was generated (you will still be able to recover the files).</TextBlock>
                     </StackPanel>