We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a751cd commit 6c9da3fCopy full SHA for 6c9da3f
Source/ORTS.Menu/Routes.cs
@@ -30,7 +30,7 @@ public class Route
30
public readonly string Description;
31
public readonly string Path;
32
33
- readonly GettextResourceManager catalog = new GettextResourceManager("ORTS.Menu");
+ GettextResourceManager catalog = new GettextResourceManager("ORTS.Menu");
34
35
Route(string path)
36
{
0 commit comments