Commit db83b4fe authored by mercury233's avatar mercury233 Committed by nanahira

update file expection hint

parent 2b815203
...@@ -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("重命名卡组失败!请检查输入的文件名,以及文件夹权限。"));
} }
} }
if (hashCode == "onCode") if (hashCode == "onCode")
......
...@@ -303,7 +303,7 @@ public class DeckManager : ServantWithCardDescription ...@@ -303,7 +303,7 @@ public class DeckManager : ServantWithCardDescription
} }
catch (Exception) catch (Exception)
{ {
RMSshow_none(InterString.Get("卡组非法!")); RMSshow_none(InterString.Get("保存失败!"));
return false; return false;
} }
} }
......
...@@ -341,7 +341,7 @@ public class selectReplay : WindowServantSP ...@@ -341,7 +341,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