From f7bbe2ba158346c153f405062e344cc16538ed16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Wed, 10 Jul 2024 14:33:48 +0300 Subject: [PATCH] pmt: languages: en: fix typos --- jni/languages.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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:",