Improve behavior option description

pull/18/head
Frode Petterson 2017-02-13 15:54:06 +01:00
parent 83c278a071
commit d11a8cf6b4
6 changed files with 22 additions and 11 deletions

View File

@ -29,8 +29,10 @@
"description": "These options will let you control how the game behaves.", "description": "These options will let you control how the game behaves.",
"fields": [ "fields": [
{ {
"englishLabel": "Put the cards in a grid layout", "englishLabel": "Position the cards in a square",
"label": "Put the cards in a grid layout" "label": "Position the cards in a square",
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
}, },
{ {
"englishLabel": "Number of cards to use", "englishLabel": "Number of cards to use",

View File

@ -29,8 +29,10 @@
"description": "These options will let you control how the game behaves.", "description": "These options will let you control how the game behaves.",
"fields": [ "fields": [
{ {
"englishLabel": "Put the cards in a grid layout", "englishLabel": "Position the cards in a square",
"label": "Put the cards in a grid layout" "label": "Position the cards in a square",
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
}, },
{ {
"englishLabel": "Number of cards to use", "englishLabel": "Number of cards to use",

View File

@ -29,8 +29,10 @@
"description": "These options will let you control how the game behaves.", "description": "These options will let you control how the game behaves.",
"fields": [ "fields": [
{ {
"englishLabel": "Put the cards in a grid layout", "englishLabel": "Position the cards in a square",
"label": "Put the cards in a grid layout" "label": "Position the cards in a square",
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
}, },
{ {
"englishLabel": "Number of cards to use", "englishLabel": "Number of cards to use",

View File

@ -29,8 +29,10 @@
"description": "These options will let you control how the game behaves.", "description": "These options will let you control how the game behaves.",
"fields": [ "fields": [
{ {
"englishLabel": "Put the cards in a grid layout", "englishLabel": "Position the cards in a square",
"label": "Put the cards in a grid layout" "label": "Position the cards in a square",
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container."
}, },
{ {
"englishLabel": "Number of cards to use", "englishLabel": "Number of cards to use",

View File

@ -35,8 +35,10 @@
"description": "Disse instillingene lar deg bestemme hvordan spillet skal oppføre seg.", "description": "Disse instillingene lar deg bestemme hvordan spillet skal oppføre seg.",
"fields": [ "fields": [
{ {
"englishLabel": "Put the cards in a grid layout", "englishLabel": "Position the cards in a square",
"label": "Putt kortene i et rutenett" "label": "Plasser kortene i en firkant",
"englishDescription": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
"description": "Vil forsøk å samsvare antall kolonner og rader når kortene legges ut. Etterpå vil kortene bli skalert til å passe beholderen."
}, },
{ {
"englishLabel": "Number of cards to use", "englishLabel": "Number of cards to use",

View File

@ -52,7 +52,8 @@
{ {
"name": "useGrid", "name": "useGrid",
"type": "boolean", "type": "boolean",
"label": "Put the cards in a grid layout", "label": "Position the cards in a square",
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container.",
"importance": "low", "importance": "low",
"default": true "default": true
}, },