Skip to content

Commit e4144bd

Browse files
authored
Merge pull request #1596 from Jaajees/Minor-Fixes
Minor fixes
2 parents e53edb2 + 86d47fa commit e4144bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dialogs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ struct UIItem diaPadMacroConfig[] = {
834834
{UI_BOOL, PADMACRO_INVERT_LY, 1, 1, _STR_HINT_PADMACRO_INVERT_AXIS, -10, 0, {.intvalue = {0, 0}}},
835835
{UI_LABEL, 0, 1, 1, -1, -10, 0, {.label = {"RX:", -1}}},
836836
{UI_BOOL, PADMACRO_INVERT_RX, 1, 1, _STR_HINT_PADMACRO_INVERT_AXIS, -10, 0, {.intvalue = {0, 0}}},
837-
{UI_LABEL, 0, 1, 1, -1, -10, 0, {.label = {"LY:", -1}}},
837+
{UI_LABEL, 0, 1, 1, -1, -10, 0, {.label = {"RY:", -1}}},
838838
{UI_BOOL, PADMACRO_INVERT_RY, 1, 1, _STR_HINT_PADMACRO_INVERT_AXIS, -10, 0, {.intvalue = {0, 0}}},
839839
{UI_BREAK},
840840
{UI_BREAK},

src/vmc_groups.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ static const char *titles_XEBP_000_10[] = {
12601260
"SLPM_659.76",
12611261
"SLPM_859.76",
12621262
"SLUS_213.34",
1263-
"SLUS_213.35"};
1263+
"SLUS_213.45"};
12641264
static const size_t count_XEBP_000_10 = sizeof(titles_XEBP_000_10) / sizeof(titles_XEBP_000_10[0]);
12651265

12661266
static const char *titles_XEBP_000_11[] = {

0 commit comments

Comments
 (0)