diff --git a/jni/languages.c b/jni/languages.c index 190f1db..6638684 100755 --- a/jni/languages.c +++ b/jni/languages.c @@ -44,14 +44,14 @@ struct pmt_langdb_general en = { .expected_format_arg = "Expected format argument 2, retrieved", .missing_operand = "Missing operand", .multiple_wiewers = "Multiple viewers can't be used on the same line.", - .common_symbol_rule = "When specifying arguments for an option, ensure they do not begin with '-'. Each argument must correspond correctly to its respective option." + .common_symbol_rule = "When specifying arguments for an option, ensure they do not begin with '-'. Each argument must correspond correctly to its respective option.", .req_part_name = "Partition name required.", .part_not_found = "Partition not found!", .unsupported_fs = "Formatter: unsupported filesystem", .cannot_stat = "Can't retrieve file status", - .ffile_more_part = "Flash file size exceeds partition capacity." - .cannot_get_bsz = "Failed to retrieve partition block size." - .format_fail = "Formatting failed! There is a possibility of data damage." + .ffile_more_part = "Flash file size exceeds partition capacity.", + .cannot_get_bsz = "Failed to retrieve partition block size.", + .format_fail = "Formatting failed! There is a possibility of data damage.", .logical_warn = "This device uses logical partitions.", .ab_warn = "This device uses A/B partition style.", .out_not_spec = "Output file name not specified. Using default name:",