File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/ModSwitch/[Patches] Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ public static void DoContextMenu(ModMetaData mod) {
135
135
// copy mod settings
136
136
var settings = Directory . GetFiles ( GenFilePaths . ConfigFolderPath ) ;
137
137
var pattern = $@ "^Mod_{ mod . Identifier } _([^\.]+).xml$";
138
- Util . Log ( pattern ) ;
138
+ Util . Trace ( pattern ) ;
139
139
var rgxSettings = new Regex ( pattern ) ;
140
140
var matching = settings
141
141
. Select ( s => rgxSettings . Match ( Path . GetFileName ( s ) ) )
@@ -194,7 +194,7 @@ public static void DoContextMenu(ModMetaData mod) {
194
194
else {
195
195
options . Add (
196
196
new FloatMenuOption (
197
- $ "{ LanguageKeys . keyed . ModSwitch_CopyLocal . Translate ( ) } : *{ LanguageKeys . keyed . ModSwitch_Error_SteamNotRunning } *",
197
+ $ "{ LanguageKeys . keyed . ModSwitch_CopyLocal . Translate ( ) } : *{ LanguageKeys . keyed . ModSwitch_Error_SteamNotRunning . Translate ( ) } *",
198
198
null ) ) ;
199
199
}
200
200
}
You can’t perform that action at this time.
0 commit comments