Skip to content

Commit

Permalink
1. 0002520: Неправильный текст системной ошибки
Browse files Browse the repository at this point in the history
2. 0003089: Мелкая правка в панели информации (Ctrl+L) (частично).
  • Loading branch information
alabuzhev committed Oct 23, 2015
1 parent 00c781a commit 4f34aa5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion far/changelog
@@ -1,4 +1,10 @@
drkns 24.10.2015 01:21:54 +0200 - build 4443
drkns 24.10.2015 02:29:09 +0200 - build 4444

1. 0002520: Неправильный текст системной ошибки

2. 0003089: Мелкая правка в панели информации (Ctrl+L) (частично).

drkns 24.10.2015 01:21:54 +0200 - build 4443

1. Немного переименований для исправления предупреждений VS2015.

Expand Down
6 changes: 3 additions & 3 deletions far/farlang.templ.m4
Expand Up @@ -12707,7 +12707,7 @@ MInfoDisk
"Disco"

MInfoDiskTotal
"Всего байтов"
"Всего байт"
"Total bytes"
"Celkem bytů"
"Bytes gesamt"
Expand All @@ -12718,7 +12718,7 @@ MInfoDiskTotal
"Bytes Totali"

MInfoDiskFree
"Свободных байтов"
"Свободно байт"
"Free bytes"
"Volných bytů"
"Bytes frei"
Expand Down Expand Up @@ -19153,7 +19153,7 @@ l:
"Ricerca Di"

MViewSearchingHex
"Поиск байтов"
"Поиск байт"
"Searching for bytes"
"Vyhledávám sekvenci bytů"
"Suche nach Bytes"
Expand Down
2 changes: 1 addition & 1 deletion far/filelist.cpp
Expand Up @@ -2017,7 +2017,7 @@ int FileList::ProcessKey(const Manager::Key& Key)
strDirName=lpwszDirName;

if (!MakeCode)
Message(MSG_WARNING|MSG_ERRORTYPE,1,MSG(MError),MSG(MCannotCreateFolder),strDirName.data(),MSG(MOk));
Message(MSG_WARNING, 1, MSG(MError), MSG(MCannotCreateFolder), strDirName.data(), MSG(MOk));

Update(UPDATE_KEEP_SELECTION);

Expand Down
2 changes: 1 addition & 1 deletion far/vbuild.m4
@@ -1 +1 @@
m4_define(BUILD,4443)m4_dnl
m4_define(BUILD,4444)m4_dnl

0 comments on commit 4f34aa5

Please sign in to comment.