diff options
author | 0neGal <mail@0negal.com> | 2023-01-12 17:56:22 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-01-12 18:50:50 +0100 |
commit | 25940f0bba1f207afaad8bb395e440852fadc83b (patch) | |
tree | 1935f4ca08397dd50edf32b70dc76cbc96bc8101 /src/lang | |
parent | c1a89d8220834c16c8d3cdf0f732ad38c1bd157c (diff) | |
download | Viper-25940f0bba1f207afaad8bb395e440852fadc83b.tar.gz Viper-25940f0bba1f207afaad8bb395e440852fadc83b.zip |
rename: --debug to --devtools
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/de.json | 2 | ||||
-rw-r--r-- | src/lang/en.json | 2 | ||||
-rw-r--r-- | src/lang/es.json | 2 | ||||
-rw-r--r-- | src/lang/fr.json | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/lang/de.json b/src/lang/de.json index 03ad0c4..305176b 100644 --- a/src/lang/de.json +++ b/src/lang/de.json @@ -2,7 +2,7 @@ "lang.title": "German - Deutsch", "cli.help.help": "Zeigt die Hilfe Nachricht an.", - "cli.help.debug": "Öffnet Entwickler/Debug Werkzeuge.", + "cli.help.devtools": "Öffnet Entwickler/Debug Werkzeuge.", "cli.help.version": "Gibt die Versions Informationen aus.", "cli.help.cli": "Zwingt die CLI Einstellung auf \"an\".", "cli.help.update": "Aktualisiert den Installationspfad von Northstar, durch den gegeben Installationspfad von Titanfall 2.", diff --git a/src/lang/en.json b/src/lang/en.json index 4ba077a..e383249 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -2,7 +2,7 @@ "lang.title": "English", "cli.help.help": "shows this help message", - "cli.help.debug": "opens the dev/debug tools", + "cli.help.devtools": "opens the dev/debug tools", "cli.help.version": "outputs version info", "cli.help.cli": "forces the CLI to enable", "cli.help.update": "updates Northstar from your set game path", diff --git a/src/lang/es.json b/src/lang/es.json index bf109c1..b8b406b 100644 --- a/src/lang/es.json +++ b/src/lang/es.json @@ -2,7 +2,7 @@ "lang.title": "Spanish - Español", "cli.help.help": "muestra este mensaje de ayuda", - "cli.help.debug": "habre las herramientas de desarrollador/depuración ", + "cli.help.devtools": "habre las herramientas de desarrollador/depuración ", "cli.help.version": "muestra la información de la versión", "cli.help.cli": "obliga la linea de comandos a habilitarse", "cli.help.update": "actualiza Northstar desde la ruta de juego establecida", diff --git a/src/lang/fr.json b/src/lang/fr.json index 6481a8b..a1f27a4 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -2,7 +2,7 @@ "lang.title": "French - Français", "cli.help.help": "affiche ce message d'aide", - "cli.help.debug": "affiche les outils de développement", + "cli.help.devtools": "affiche les outils de développement", "cli.help.version": "retourne des informations sur la version du logiciel", "cli.help.cli": "force l'activation de la CLI", "cli.help.update": "met à jour Northstar sur le chemin du jeu précisé", |