Explorar o código

Changed wording

Krzysztof Krysiński %!s(int64=3) %!d(string=hai) anos
pai
achega
72dcae41ec
Modificáronse 1 ficheiros con 1 adicións e 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>