mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
clean: translation
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Netch.Utils
|
||||
{
|
||||
string tmp;
|
||||
if ((tmp = splited.ElementAtOrDefault(0)) != null)
|
||||
mode.Remark = i18N.Translate(tmp);
|
||||
mode.Remark = tmp;
|
||||
|
||||
tmp = splited.ElementAtOrDefault(1);
|
||||
mode.Type = tmp != null ? int.Parse(tmp) : 0;
|
||||
|
||||
Reference in New Issue
Block a user