Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit dbd3875

Browse files
committed
Fix #94
1 parent e8d1a70 commit dbd3875

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Interop/TranslationProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ private void FillToEnglishDefaults()
728728
FTPHost = "FTP host";
729729
FTPUser = "FTP user";
730730
FTPPw = "FTP password";
731-
FTPDir = "FTP directory";
731+
FTPDir = "FTP upload-directory";
732732
ComEditorDir = "Directory of the SPEdit binary";
733733
ComScriptDir = "Directory of the Compiling script";
734734
ComCopyDir = "Directory where the smx should be copied";

Resources/lang_0_spedit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<ftphost>FTP Host</ftphost>
134134
<ftpuser>FTP Benutzer</ftpuser>
135135
<ftppw>FTP Passwort</ftppw>
136-
<ftpdir>FTP Pfad</ftpdir>
136+
<ftpdir>FTP Hochladepfad</ftpdir>
137137
<comeditordir>Pfad zur SPEdit-Binary</comeditordir>
138138
<comscriptdir>Pfad zum kompilierenden Script</comscriptdir>
139139
<comcopydir>Kopierpfad für die smx</comcopydir>

Resources/lang_0_spedit_entryTemplate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<ftphost>FTP host</ftphost>
133133
<ftpuser>FTP user</ftpuser>
134134
<ftppw>FTP password</ftppw>
135-
<ftpdir>FTP directory</ftpdir>
135+
<ftpdir>FTP upload-directory</ftpdir>
136136
<comeditordir>Directory of the SPEdit binary</comeditordir>
137137
<comscriptdir>Directory of the Compiling script</comscriptdir>
138138
<comcopydir>Directory where the smx should be copied</comcopydir>

0 commit comments

Comments
 (0)