Skip to content

Commit

Permalink
Change "Save all" to "Save settings",
Browse files Browse the repository at this point in the history
cleanup
  • Loading branch information
ajjjjjjjj committed Jan 21, 2025
1 parent 8baf62a commit f0fcd8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions radio/src/gui/128x64/model_telemetry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,12 +551,6 @@ void menuModelTelemetryFrsky(event_t event)


case ITEM_TELEMETRY_RSSI_LABEL:
#if defined(MULTIMODULE)
if (telemetryProtocol == PROTOCOL_TELEMETRY_MULTIMODULE &&
g_model.moduleData[EXTERNAL_MODULE].getMultiProtocol(false) == MM_RF_PROTO_FS_AFHDS2A)
lcdDrawTextAlignedLeft(y, "RSNR");
else
#endif
lcdDrawTextAlignedLeft(y, "RQly");
break;

Expand Down
2 changes: 1 addition & 1 deletion radio/src/translations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ const char STR_RESET_TIMER2[] = TR_RESET_TIMER2;
const char STR_RESET_TIMER3[] = TR_RESET_TIMER3;
const char STR_RESET_TELEMETRY[] = TR_RESET_TELEMETRY;
const char STR_STATISTICS[] = TR_STATISTICS;
const char STR_SAVEALLDATA[] = "Save all";
const char STR_SAVEALLDATA[] = "Save settings";
const char STR_ABOUT_US[] = TR_ABOUT_US;
const char STR_USB_JOYSTICK[] = TR_USB_JOYSTICK;
const char STR_USB_MASS_STORAGE[] = TR_USB_MASS_STORAGE;
Expand Down

0 comments on commit f0fcd8e

Please sign in to comment.