Forráskód Böngészése

Moved localization from supporter pack

Krzysztof Krysiński 2 éve
szülő
commit
202a3b1584

+ 0 - 2
src/PixiEditor/Data/Localization/Languages/en.json

@@ -569,6 +569,4 @@
   "ERROR_NO_CLASS_ENTRY": "Extension class entry is missing on path '{0}'.",
   "ERROR_NO_ENTRY_ASSEMBLY": "Extension entry assembly is missing on path '{0}'.",
   "ERROR_MISSING_ADDITIONAL_CONTENT": "Your current setup doesn't allow loading this extension. Perhaps you don't own it or don't have it installed. You can purchase it here '{0}'.",
-
-  "AWESOME_SUPPORTER": "Awesome Supporter"
 }

+ 1 - 1
src/PixiEditor/Views/MainWindow.xaml

@@ -477,7 +477,7 @@
                             Visibility="{Binding Path=AdditionalContentSubViewModel.IsSupporterPackAvailable,
                            Converter={converters:BoolToVisibilityConverter}}">
                         <TextBlock VerticalAlignment="Center" HorizontalAlignment="Center" Foreground="White"
-                                   ui1:Translator.Key="AWESOME_SUPPORTER" />
+                                   ui1:Translator.Key="PSP:AWESOME_SUPPORTER" />
                     </Border>
                     <Button
                         Style="{StaticResource MinimizeButtonStyle}"