From c414f65acfe61d0c0f7f7501ed15290cf19b8dc2 Mon Sep 17 00:00:00 2001 From: jorge Date: Thu, 18 Apr 2024 17:05:20 +0200 Subject: [PATCH] Improved the questions of the videogames generators --- questionGenerator/src/main/resources/messages.properties | 4 ++-- questionGenerator/src/main/resources/messages_en.properties | 4 ++-- questionGenerator/src/main/resources/messages_es.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/questionGenerator/src/main/resources/messages.properties b/questionGenerator/src/main/resources/messages.properties index 8fbf4590..cea3fa0a 100644 --- a/questionGenerator/src/main/resources/messages.properties +++ b/questionGenerator/src/main/resources/messages.properties @@ -4,5 +4,5 @@ question.capital = What's the capital of %s? question.size = What's the size of %s? question.governmentHead = Who's the current head of the government of %s? question.director = Who's the director of the %s %s? -question.videogame.developer = Who were the developers of %s? -question.videogame.publisher = Who was the publisher of %s? \ No newline at end of file +question.videogame.developer = Who were the developers of the videogame %s? +question.videogame.publisher = Who was the publisher of the videogame %s? \ No newline at end of file diff --git a/questionGenerator/src/main/resources/messages_en.properties b/questionGenerator/src/main/resources/messages_en.properties index 8fbf4590..cea3fa0a 100644 --- a/questionGenerator/src/main/resources/messages_en.properties +++ b/questionGenerator/src/main/resources/messages_en.properties @@ -4,5 +4,5 @@ question.capital = What's the capital of %s? question.size = What's the size of %s? question.governmentHead = Who's the current head of the government of %s? question.director = Who's the director of the %s %s? -question.videogame.developer = Who were the developers of %s? -question.videogame.publisher = Who was the publisher of %s? \ No newline at end of file +question.videogame.developer = Who were the developers of the videogame %s? +question.videogame.publisher = Who was the publisher of the videogame %s? \ No newline at end of file diff --git a/questionGenerator/src/main/resources/messages_es.properties b/questionGenerator/src/main/resources/messages_es.properties index 4ce90dae..bca648f4 100644 --- a/questionGenerator/src/main/resources/messages_es.properties +++ b/questionGenerator/src/main/resources/messages_es.properties @@ -4,5 +4,5 @@ question.capital = ¿Cuál es la capital de %s? question.size = ¿Cuál es el área (km cuadrados) de %s? question.governmentHead = ¿Quién es el actual jefe de gobierno de %s? question.director = ¿Quién es el director de la %s %s? -question.videogame.developer = ¿Quién desarolló %s? +question.videogame.developer = ¿Quién desarolló el videojuego %s? question.videogame.publisher = ¿Cuál fue la distribuidora del videojuego %s? \ No newline at end of file