From 7f491e17047e16f3d80004bf343f017ef7c9aab2 Mon Sep 17 00:00:00 2001 From: Jorge Coca Date: Sun, 1 May 2022 16:59:18 -0500 Subject: [PATCH] update arb descriptions --- lib/l10n/arb/app_en.arb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index 72c8854e..562d9b1f 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -46,7 +46,7 @@ }, "select": "Select", "@select": { - "description": "Text displayed on the character selection page select button" + "description": "Text displayed on the character selection dialog - select button" }, "space": "Space", "@space": { @@ -54,11 +54,11 @@ }, "characterSelectionTitle": "Select a Character", "@characterSelectionTitle": { - "description": "Title text displayed on the character selection page" + "description": "Title text displayed on the character selection dialog" }, "characterSelectionSubtitle": "There’s no wrong choice!", "@characterSelectionSubtitle": { - "description": "Text displayed on the selecting character dialog at game beginning" + "description": "Subtitle text displayed on the character selection dialog" }, "gameOver": "Game Over", "@gameOver": { @@ -124,4 +124,4 @@ "@footerGoogleIOText": { "description": "Text shown on the footer which mentions Google I/O" } -} \ No newline at end of file +}