Skip to content

Commit

Permalink
change unresolvableName error message to suggest user to try again
Browse files Browse the repository at this point in the history
  • Loading branch information
omkelderman committed Aug 27, 2016
1 parent 9202a34 commit ebfe664
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ public String tryWithMods(List<Mods> mods) {
*/
// No need to translate this!!!
public String unresolvableName(String exceptionMarker, String name) {
return "Your name is confusing me. Are you banned? If not, pls [https://github.com/Tillerino/Tillerinobot/wiki/Contact contact Tillerino]. (reference "
return "Your name is confusing me. Are you banned? I'll try to resolve this by myself, try again in a moment." +
"If that does not work please [https://github.com/Tillerino/Tillerinobot/wiki/Contact contact Tillerino] (reference "
+ exceptionMarker + ")";
}

Expand Down

0 comments on commit ebfe664

Please sign in to comment.