Skip to content

Commit

Permalink
Fix the message of TP_Overrides
Browse files Browse the repository at this point in the history
Because a launguage may support not only methods but also other members.
e.g. constants and fields are overridden in PHP.

Before: Overrides method from: {0}
After: Overrides from: {0}
  • Loading branch information
junichi11 committed Nov 20, 2021
1 parent 94a092b commit 898ebb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CAP_Implements=Implements
CAP_Overrides=Overrides
#{0}: implements/overrides what
TP_Implements=Implements method from : {0}
TP_Overrides=Overrides method from: {0}
TP_Overrides=Overrides from: {0}
TP_HasImplementations=Has Implementations
TP_IsOverridden=Is Overridden

Expand Down

0 comments on commit 898ebb0

Please sign in to comment.