Skip to content

Commit 52d31de

Browse files
committed
fix(InstanceExport): 修复报错问题
1 parent ecf7f3d commit 52d31de

File tree

1 file changed

+2
-2
lines changed
  • Plain Craft Launcher 2/Resources/Language

1 file changed

+2
-2
lines changed

Plain Craft Launcher 2/Resources/Language/en-US.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xml:space="preserve">
1+
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xml:space="preserve">
22
<s:String x:Key="LangTaskAbort">Canceled!</s:String>
33
<s:String x:Key="LangDialogBtnOK">OK</s:String>
44
<s:String x:Key="LangDialogBtnCancel">Cancel</s:String>
@@ -2003,7 +2003,7 @@ Alternatively, you can access {1} on another device and enter the code.</s:Strin
20032003
<s:String x:Key="LangPageVersionExportGameProfileDesc">Command history, saved hotbars...</s:String>
20042004
<s:String x:Key="LangPageVersionExportOptiFineSettings">OptiFine settings</s:String>
20052005
<s:String x:Key="LangPageVersionExportMod">Mods</s:String>
2006-
<s:String x:Key="LangPageVersionExportModDesc"> </s:String>
2006+
<s:String x:Key="LangPageVersionExportModDesc">Installed mods</s:String>
20072007
<s:String x:Key="LangPageVersionExportModDisabled">Disabled mods</s:String>
20082008
<s:String x:Key="LangPageVersionExportPackAddons">Important data</s:String>
20092009
<s:String x:Key="LangPageVersionExportPackAddonsDesc">Script files, built-in resource packs, data packs...</s:String>

0 commit comments

Comments
 (0)