From 780898451bd352bc70a0fea7a444e698072bee45 Mon Sep 17 00:00:00 2001 From: crschnick Date: Sun, 16 Apr 2023 23:14:29 +0000 Subject: [PATCH] Improves some settings descriptions --- .../io/xpipe/app/resources/lang/preferences_en.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/resources/io/xpipe/app/resources/lang/preferences_en.properties b/app/src/main/resources/io/xpipe/app/resources/lang/preferences_en.properties index 541ee829d..36765d2fa 100644 --- a/app/src/main/resources/io/xpipe/app/resources/lang/preferences_en.properties +++ b/app/src/main/resources/io/xpipe/app/resources/lang/preferences_en.properties @@ -46,7 +46,7 @@ notAnAbsolutePath=Not an absolute path notADirectory=Not a directory notAnEmptyDirectory=Not an empty directory automaticallyUpdate=Check for updates -automaticallyUpdateDescription=When enabled, new releases are automatically fetched in the background while X-Pipe is running. +automaticallyUpdateDescription=When enabled, new release information is automatically fetched in the background while X-Pipe is running. sendAnonymousErrorReports=Send anonymous error reports sendUsageStatistics=Send anonymous usage statistics storageDirectory=Storage directory @@ -59,7 +59,7 @@ developerModeDescription=When enabled, you will have access to a variety of addi editor=Editor custom=Custom customEditorCommand=Custom editor command -customEditorCommandDescription=The command to use to open the custom editor. The placeholder string $file will be replaced by the quoted actual file name when called. If you don't specify a placeholder string, the actual filename will be appended. +customEditorCommandDescription=The command to use to open the custom editor. The placeholder string $file will be replaced by the quoted absolute file name when called. editorReloadTimeout=Editor reload timeout editorReloadTimeoutDescription=The amount of milliseconds to wait before reading a file after it has been updated. This avoids issues in cases where your editor is slow at writing or releasing file locks. notepad++=Notepad++ @@ -84,10 +84,10 @@ iterm2=iTerm2 warp=Warp terminal=Terminal terminalProgram=Default program -terminalProgramDescription=The default terminal to use when opening any kind of shell. +terminalProgramDescription=The default terminal to use when opening any kind of shell connection. This application is only used for display purposes, the started shell program depends on the shell connection itself. program=Program customTerminalCommand=Custom terminal command -customTerminalCommandDescription=The command to use to open the custom terminal. The placeholder string $cmd will be replaced by the actual command when called. If you don't specify a placeholder command, the actual command will be appended. +customTerminalCommandDescription=The command to use to open the custom terminal. The placeholder string $cmd will be replaced by the quoted shell script file name when called. cmd=cmd.exe powershell=Powershell pwsh=Powershell Core