Skip to content

Commit

Permalink
Fix #94
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienKluge committed Mar 22, 2019
1 parent e8d1a70 commit dbd3875
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Interop/TranslationProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ private void FillToEnglishDefaults()
FTPHost = "FTP host";
FTPUser = "FTP user";
FTPPw = "FTP password";
FTPDir = "FTP directory";
FTPDir = "FTP upload-directory";
ComEditorDir = "Directory of the SPEdit binary";
ComScriptDir = "Directory of the Compiling script";
ComCopyDir = "Directory where the smx should be copied";
Expand Down
2 changes: 1 addition & 1 deletion Resources/lang_0_spedit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<ftphost>FTP Host</ftphost>
<ftpuser>FTP Benutzer</ftpuser>
<ftppw>FTP Passwort</ftppw>
<ftpdir>FTP Pfad</ftpdir>
<ftpdir>FTP Hochladepfad</ftpdir>
<comeditordir>Pfad zur SPEdit-Binary</comeditordir>
<comscriptdir>Pfad zum kompilierenden Script</comscriptdir>
<comcopydir>Kopierpfad für die smx</comcopydir>
Expand Down
2 changes: 1 addition & 1 deletion Resources/lang_0_spedit_entryTemplate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<ftphost>FTP host</ftphost>
<ftpuser>FTP user</ftpuser>
<ftppw>FTP password</ftppw>
<ftpdir>FTP directory</ftpdir>
<ftpdir>FTP upload-directory</ftpdir>
<comeditordir>Directory of the SPEdit binary</comeditordir>
<comscriptdir>Directory of the Compiling script</comscriptdir>
<comcopydir>Directory where the smx should be copied</comcopydir>
Expand Down

0 comments on commit dbd3875

Please sign in to comment.