From 664387703375aff8f273b8fc4a57ffa9d0cb9d72 Mon Sep 17 00:00:00 2001 From: Quix <61027486+QuixoticValentine@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:42:20 -0400 Subject: [PATCH] spelling and phrasing updates in gwion.pot (#239) --- po/gwion.pot | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/po/gwion.pot b/po/gwion.pot index e684b1cc..cb38d741 100644 --- a/po/gwion.pot +++ b/po/gwion.pot @@ -121,7 +121,7 @@ msgid "array index %i must be of type 'int', not '%s'" msgstr "" #: src/parse/check.c:303 -msgid "invalid array acces expression." +msgid "invalid array access expression." msgstr "" #: src/parse/check.c:311 @@ -152,13 +152,13 @@ msgid "and not:\n" msgstr "" #: src/parse/check.c:575 -msgid "function is template. automatic type guess not fully implemented " +msgid "function is a template for which automatic type inference is not fully implemented " "yet.\n" " please provide template types. eg: ''" msgstr "" #: src/parse/check.c:606 -msgid "not able to guess types for template call." +msgid "not able to infer types for template call." msgstr "" #: src/parse/check.c:618 @@ -227,7 +227,7 @@ msgstr "" #: src/parse/check.c:847 #, c-format -msgid "type '%s' is not array.\n" +msgid "type '%s' is not an array.\n" " This is not allowed in auto loop" msgstr "" @@ -258,7 +258,7 @@ msgstr "" #: src/parse/check.c:954 #, c-format -msgid "invalid type '%s' case expression. should be 'int'" +msgid "invalid type '%s' in case expression. should be 'int'" msgstr "" #: src/parse/check.c:959 @@ -277,7 +277,7 @@ msgstr "" #: src/parse/check.c:1043 #, c-format -msgid "function '%s.%s' ressembles '%s.%s' but cannot override...\n" +msgid "function '%s.%s' resembles '%s.%s' but cannot override...\n" " ...(reason: '%s.%s' is declared as 'static')" msgstr "" @@ -294,7 +294,7 @@ msgstr "" #: src/parse/scan2.c:161 #, c-format -msgid "cant '%s' from/to a multi-variable declaration." +msgid "can't '%s' from/to a multi-variable declaration." msgstr "" #: src/parse/scan2.c:266 @@ -468,7 +468,7 @@ msgid "unrecognized escape sequence '\\%c'" msgstr "" #: src/emit/escape.c:40 -msgid "invalid: string ends with escape charactor '\\'" +msgid "invalid: string ends with escape character '\\'" msgstr "" #: src/emit/escape.c:54 -- 2.43.0