pmt: fix broken syntax

This commit is contained in:
2024-07-10 01:45:30 +03:00
committed by GitHub
parent c6163bc752
commit 7943fa312c

View File

@@ -25,7 +25,7 @@ extern "C" {
#include <pmt.h>
struct pmt_langdb_general en = {
.lang_by_s = "YZBruh and r0manas",
.lang_by_s = "YZBruh & r0manas",
.language = "English",
.lang_prefix = "en",
.not_logical = "This device does not have logical partitions!",
@@ -56,11 +56,11 @@ struct pmt_langdb_general en = {
.ab_warn = "This device uses A/B partition style.",
.out_not_spec = "Output file name not specified. Using default name:",
.please_rerun = "Please rerun the command.",
.part_disk_sz = "Partition disk size"
.flash_file_sz = "Flash file size"
.part_disk_sz = "Partition disk size",
.flash_file_sz = "Flash file size",
.part_disk_sz_fail = "Failed to retrieve partition disk size.",
.flash_file_sz_fail = "Failed to retrieve flash file size.",
.list_of_dir = "Directory listing"
.list_of_dir = "Directory listing",
.see_license = "View licenses using the -L argument."
.success_backup = "Backup successful. Output:",
.success_flash = "Flash successful.",