diff --git a/src/OneScript.StandardLibrary/Text/ConsoleContext.cs b/src/OneScript.StandardLibrary/Text/ConsoleContext.cs
index f0c484672..caaec864e 100644
--- a/src/OneScript.StandardLibrary/Text/ConsoleContext.cs
+++ b/src/OneScript.StandardLibrary/Text/ConsoleContext.cs
@@ -154,10 +154,10 @@ public IValue InputEncoding
}
///
- /// Возвращает или задает кодировку консоли, используемую при чтении входных данных.
+ /// Возвращает или задает кодировку консоли, используемую при выводе данных.
///
/// КодировкаТекста
- [ContextProperty("КодировкаВыходногоПотока", "InputEncoding")]
+ [ContextProperty("КодировкаВыходногоПотока", "OutputEncoding")]
public IValue OutputEncoding
{
get