Skip to content

Commit

Permalink
Merge pull request #5798 from Tanarri/patch-1
Browse files Browse the repository at this point in the history
Fixes typo in MemberNotOnInterfaceInspection (DE).
  • Loading branch information
retailcoder committed Jun 1, 2021
2 parents 1c06cf7 + aa7bd2f commit 215585d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rubberduck.Resources/Inspections/InspectionResults.de.resx
Expand Up @@ -240,7 +240,7 @@
<value>Ausdruck '{0}' kann zur Kompilierzeit nicht validiert werden.</value>
</data>
<data name="MemberNotOnInterfaceInspection" xml:space="preserve">
<value>Element'{0}' ist auf dem Interface für '{1}' nicht deklariert.</value>
<value>Element '{0}' ist auf dem Interface für '{1}' nicht deklariert.</value>
</data>
<data name="OptionBaseZeroInspection" xml:space="preserve">
<value>Komponente '{0}' verwendet 'Option Base 0'.</value>
Expand Down Expand Up @@ -485,4 +485,4 @@ In Memoriam, 1972-2018</value>
<data name="InvalidAnnotationInspection_IncompatibleComponentType" xml:space="preserve">
<value>Die Annotation '{0}' kann nicht in einer Komponente des Typs '{1}' verwendet werden.</value>
</data>
</root>
</root>

0 comments on commit 215585d

Please sign in to comment.