Skip to content

Commit 161998e

Browse files
committed
make translation keys same as xpple
1 parent fdf9ff3 commit 161998e

File tree

1 file changed

+4
-4
lines changed
  • src/main/resources/assets/clientcommands/lang

1 file changed

+4
-4
lines changed

src/main/resources/assets/clientcommands/lang/en_us.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@
129129

130130
"commands.cfov.success": "Set FOV to %s",
131131

132-
"commands.cfps.success.get": "max FPS is %s",
133-
"commands.cfps.success.get.unlimited": "max FPS is unlimited",
134-
"commands.cfps.success.set": "Set max FPS to %s",
135-
"commands.cfps.success.set.unlimited": "Set max FPS to unlimited",
132+
"commands.cfps.getMaxFps": "max FPS is %s",
133+
"commands.cfps.getMaxFps.unlimited": "max FPS is unlimited",
134+
"commands.cfps.setMaxFps": "Set max FPS to %s",
135+
"commands.cfps.setMaxFps.unlimited": "Set max FPS to unlimited",
136136

137137
"commands.cfunction.limitReached": "Command limit (%s) reached",
138138
"commands.cfunction.success": "Ran %s commands from function %s",

0 commit comments

Comments
 (0)