Skip to content

Commit 281a305

Browse files
author
Vswe
committed
Fixed small localization syntax issue.
1 parent 9af4f2b commit 281a305

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919

2020
apply plugin: 'forge'
2121

22-
version = "2.0.0.dev"
22+
version = "2.0.0.b12"
2323
group= "vswe.stevescarts" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2424
archivesBaseName = "StevesCarts"
2525

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package vswe.stevescarts.Helpers;
22

33
public class GeneratedInfo {
4-
public static final String version = /*@v*/"2.0.0.b11";
5-
public static final boolean inDev = /*@d*/true;
4+
public static final String version = /*@v*/"2.0.0.b12";
5+
public static final boolean inDev = /*@d*/false;
66
}

src/main/resources/assets/stevescarts/lang/en_US.lang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ info.SC2:impossibleCombinationError=The combination of module types of the modul
499499
info.SC2:complexityOverloadError=[%1] is too complex for this hull.
500500
info.SC2:missingParentError=[%1] requires [%2] to work!
501501
info.SC2:presentNemesisError=[%1] won't work with [%2]
502-
info.SC2:presentDuplicateError[%1] is not allowed to be added twice.
502+
info.SC2:presentDuplicateError=[%1] is not allowed to be added twice.
503503
info.SC2:sideClashError=[%1] and [%2] will clash at the [%3]
504504
# need beta 3 for these ones to show up (remove this note)
505505
info.SC2:toolUnbreakable=Unbreakable

0 commit comments

Comments
 (0)