Replaced '$' formatting with '@'
This commit is contained in:
@@ -70,7 +70,7 @@ public class Net{
|
||||
}
|
||||
|
||||
if(isError){
|
||||
ui.showException("$error.any", e);
|
||||
ui.showException("@error.any", e);
|
||||
}else{
|
||||
ui.showText("", Core.bundle.format("connectfail", error));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user