Skip to content

Commit 6c9da3f

Browse files
File ORTS.Menu\Routes.cs back to original
1 parent 6a751cd commit 6c9da3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ORTS.Menu/Routes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Route
3030
public readonly string Description;
3131
public readonly string Path;
3232

33-
readonly GettextResourceManager catalog = new GettextResourceManager("ORTS.Menu");
33+
GettextResourceManager catalog = new GettextResourceManager("ORTS.Menu");
3434

3535
Route(string path)
3636
{

0 commit comments

Comments
 (0)