Fix error message typo

pull/551/head
Miguel Targa 2020-03-26 13:44:02 -04:00
rodzic b2d64a3757
commit ebf2f810c1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6E48223659E7ECEF
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@ define(function(require, exports, module) {
"EISDIR": "{Totype|type} {to|filename} is a directory",
"ENOTDIR": "{Totype|type} {to|filename} is not a directory",
"EEXIST": "{Totype|type} {to|filename} already exists",
"EACCES": "Access denied acccessing this {type}",
"EACCES": "Access denied accessing this {type}",
"ENOSPC": "Your disk is full. Please create more space. Could not write {filename}",
"EDISCONNECT": "The connection went away. Please try again.",
"ENOTCONNECTED": "You are disconnected. "