Merge pull request #47 from TheDirectorX/Improved-English.json

Changed "UploadForm_InvalidLength" in English.json
This commit is contained in:
Samuel Tulach 2020-06-25 20:16:13 +02:00 committed by GitHub
commit 22eee2989d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"UploadForm_Upload": "Upload",
"UploadForm_Cancel": "Cancel",
"UploadForm_NoApiKey": "You have not entered an API key. Please go to settings and add one.",
"UploadForm_InvalidLength": "You have entered an API key, but the key does not have valid length. Key should contain 64 characters.",
"UploadForm_InvalidLength": "Invalid API key length. The key must contain 64 characters.",
"UploadForm_InvalidKey": "Invalid API key",
"Message_Idle": "Idle.",
"Message_Init": "Initializing...",

View File

@ -19,12 +19,12 @@ namespace uploader
public string SettingsForm_Language = "Language";
public string SettingsForm_Save = "Save";
public string SettingsForm_Open = "Open settings file";
public string UploadForm_Info = "File information";
public string UploadForm_Upload = "Upload";
public string UploadForm_Cancel = "Cancel";
public string UploadForm_NoApiKey = "You have not entered an API key. Please go to settings and add one.";
public string UploadForm_InvalidLength = "You have entered an API key, but the key does not have valid length. Key should contain 64 characters.";
public string UploadForm_InvalidLength = "Invalid API key length. The key must contain 64 characters.";
public string UploadForm_InvalidKey = "Invalid API key";
public string Message_Idle = "Idle.";