Skip to content

Commit

Permalink
corrected the translation line
Browse files Browse the repository at this point in the history
  • Loading branch information
ya4ept committed Dec 26, 2024
1 parent af24f9f commit a50ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Receive.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11739,7 +11739,7 @@ sub skill_use_failed {
} elsif (exists $failtype{$args->{cause}}) {
$errorMessage = $failtype{$args->{cause}};
if ($args->{cause} == 71) {
$errorMessage .= " - item ".$args->{itemId};
$errorMessage .= T(' - item ').$args->{itemId};
}
} else {
$errorMessage = T('Unknown error');
Expand Down

0 comments on commit a50ba2b

Please sign in to comment.