Commit 143e7f88 authored by mercury233's avatar mercury233

update file expection hint

parent dcb0b354
...@@ -134,7 +134,7 @@ public class selectDeck : WindowServantSP ...@@ -134,7 +134,7 @@ public class selectDeck : WindowServantSP
} }
catch (Exception) catch (Exception)
{ {
RMSshow_none(InterString.Get("非法输入!请检查输入的文件名。")); RMSshow_none(InterString.Get("创建卡组失败!请检查输入的文件名,以及文件夹权限。"));
} }
} }
if (hashCode == "onDispose") if (hashCode == "onDispose")
...@@ -149,7 +149,7 @@ public class selectDeck : WindowServantSP ...@@ -149,7 +149,7 @@ public class selectDeck : WindowServantSP
} }
catch (Exception) catch (Exception)
{ {
RMSshow_none(InterString.Get("非法删除!")); RMSshow_none(InterString.Get("删除卡组失败!请检查文件夹权限。"));
} }
} }
} }
...@@ -164,7 +164,7 @@ public class selectDeck : WindowServantSP ...@@ -164,7 +164,7 @@ public class selectDeck : WindowServantSP
} }
catch (Exception) catch (Exception)
{ {
RMSshow_none(InterString.Get("非法输入!请检查输入的文件名。")); RMSshow_none(InterString.Get("复制卡组失败!请检查输入的文件名,以及文件夹权限。"));
} }
} }
if (hashCode == "onRename") if (hashCode == "onRename")
...@@ -178,7 +178,7 @@ public class selectDeck : WindowServantSP ...@@ -178,7 +178,7 @@ public class selectDeck : WindowServantSP
} }
catch (Exception) catch (Exception)
{ {
RMSshow_none(InterString.Get("非法输入!请检查输入的文件名。")); RMSshow_none(InterString.Get("重命名卡组失败!请检查输入的文件名,以及文件夹权限。"));
} }
} }
} }
......
...@@ -302,7 +302,7 @@ public class DeckManager : ServantWithCardDescription ...@@ -302,7 +302,7 @@ public class DeckManager : ServantWithCardDescription
} }
catch (Exception) catch (Exception)
{ {
RMSshow_none(InterString.Get("卡组非法!")); RMSshow_none(InterString.Get("保存失败!"));
return false; return false;
} }
} }
......
...@@ -342,7 +342,7 @@ public class selectReplay : WindowServantSP ...@@ -342,7 +342,7 @@ public class selectReplay : WindowServantSP
} }
catch (Exception) catch (Exception)
{ {
RMSshow_none(InterString.Get("非法输入!请检查输入的文件名。")); RMSshow_none(InterString.Get("重命名失败!请检查输入的文件名,以及文件夹权限。"));
} }
} }
if (hashCode == "onDelete") 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