diff --git a/assets/themes/advertising/advertising.json b/assets/themes/advertising/advertising.json
index df9c69952..54187bbfe 100644
--- a/assets/themes/advertising/advertising.json
+++ b/assets/themes/advertising/advertising.json
@@ -459,9 +459,9 @@
"en": "Animated with {animated}"
},
"question": {
- "ca": "Quin tipus d'animació té aquest element?",
- "es": "Que tipo de animació tiene este elemento?",
- "en": "Wich type of animation has this feature?"
+ "ca": "Aquest element canvia automàticaent d'anuncis?",
+ "es": "¿Este elemento canvia automáticamente de anuncios?",
+ "en": "Does this feature cycle through multiple advertisements automatically?"
},
"freeform": {
"key": "animated"
@@ -479,30 +479,6 @@
"en": "Static, without animation"
}
},
- {
- "if": {
- "and": [
- "animated=yes"
- ]
- },
- "then": {
- "ca": "Si, però sense especificar",
- "es": "Si, pero sin especificar",
- "en": "Yes, but without specifying"
- }
- },
- {
- "if": {
- "and": [
- "animated=screen"
- ]
- },
- "then": {
- "ca": "una Pantalla",
- "es": "una Pantalla",
- "en": "a screen"
- }
- },
{
"if": {
"and": [
@@ -562,6 +538,18 @@
"es": "Rota sobre si mismo",
"en": "Rotates on itself"
}
+ },
+ {
+ "if": {
+ "and": [
+ "animated=yes"
+ ]
+ },
+ "then": {
+ "ca": "Si, però sense especificar",
+ "es": "Si, pero sin especificar",
+ "en": "Yes, but without specifying"
+ }
}
]
},