diff --git a/src/modules/shell/shell.c b/src/modules/shell/shell.c index 4c9adf343..8abd01d52 100644 --- a/src/modules/shell/shell.c +++ b/src/modules/shell/shell.c @@ -104,8 +104,8 @@ FFModuleBaseInfo ffShellModuleInfo = { .pl = "Powłoka", .pt = "Shell", .ru = "Оболочка", - .zh_CN = "Shell", - .zh_TW = "Shell", + .zh_CN = "命令行解释器", + .zh_TW = "命令列直譯器", }, .initOptions = (void*) ffInitShellOptions, .destroyOptions = (void*) ffDestroyShellOptions,