From 747589ae8cfaabce7bec14f09c5b0bf1601288e6 Mon Sep 17 00:00:00 2001 From: rastringer Date: Wed, 15 Feb 2023 17:07:58 +0000 Subject: [PATCH] Fixing mistranslation in `match` statement (#416) --- po/pt-BR.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/pt-BR.po b/po/pt-BR.po index eefce64f..6b379713 100644 --- a/po/pt-BR.po +++ b/po/pt-BR.po @@ -6839,7 +6839,7 @@ msgid "" msgstr "" " match input {\n" " 'q' => println!(\"Sair\"),\n" -" 'um' | 's' | 'w' | 'd' => println!(\"Movendo-se\"),\n" +" 'a' | 's' | 'w' | 'd' => println!(\"Movendo-se\"),\n" " '0'..='9' => println!(\"Number input\"),\n" " _ => println!(\"Algo mais\"),\n" " }\n"