Commit 143e7f88 authored by mercury233's avatar mercury233

update file expection hint

parent dcb0b354
......@@ -134,7 +134,7 @@ public class selectDeck : WindowServantSP
}
catch (Exception)
{
RMSshow_none(InterString.Get("非法输入!请检查输入的文件名。"));
RMSshow_none(InterString.Get("创建卡组失败!请检查输入的文件名,以及文件夹权限。"));
}
}
if (hashCode == "onDispose")
......@@ -149,7 +149,7 @@ public class selectDeck : WindowServantSP
}
catch (Exception)
{
RMSshow_none(InterString.Get("非法删除!"));
RMSshow_none(InterString.Get("删除卡组失败!请检查文件夹权限。"));
}
}
}
......@@ -164,7 +164,7 @@ public class selectDeck : WindowServantSP
}
catch (Exception)
{
RMSshow_none(InterString.Get("非法输入!请检查输入的文件名。"));
RMSshow_none(InterString.Get("复制卡组失败!请检查输入的文件名,以及文件夹权限。"));
}
}
if (hashCode == "onRename")
......@@ -178,7 +178,7 @@ public class selectDeck : WindowServantSP
}
catch (Exception)
{
RMSshow_none(InterString.Get("非法输入!请检查输入的文件名。"));
RMSshow_none(InterString.Get("重命名卡组失败!请检查输入的文件名,以及文件夹权限。"));
}
}
}
......
......@@ -302,7 +302,7 @@ public class DeckManager : ServantWithCardDescription
}
catch (Exception)
{
RMSshow_none(InterString.Get("卡组非法!"));
RMSshow_none(InterString.Get("保存失败!"));
return false;
}
}
......
......@@ -342,7 +342,7 @@ public class selectReplay : WindowServantSP
}
catch (Exception)
{
RMSshow_none(InterString.Get("非法输入!请检查输入的文件名。"));
RMSshow_none(InterString.Get("重命名失败!请检查输入的文件名,以及文件夹权限。"));
}
}
if (hashCode == "onDelete")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment