Skip to content

Commit a800602

Browse files
committed
Small fix for both english and czech
1 parent 7321f8a commit a800602

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Rubberduck.Resources/RubberduckUI.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Rubberduck.Resources/RubberduckUI.cs.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ Import přerušen.</value>
15791579
<value>Argumenty anotace typu 'Boolean' musejí být buď 'True' nebo 'False'.</value>
15801580
</data>
15811581
<data name="AnnotationArgument_ValidationError_InspectionName" xml:space="preserve">
1582-
<value>Argumenty anotace typu 'Inspection Name' musejí mít jméno existující inspekce.</value>
1582+
<value>Argumenty anotace typu 'Inspection Name' musejí být jméno existující inspekce.</value>
15831583
</data>
15841584
<data name="AnnotationArgument_ValidationError_NotANumber" xml:space="preserve">
15851585
<value>Argumenty anotace typu 'Number' musejí být validní číslo ve formátu integer nebo float.</value>

Rubberduck.Resources/RubberduckUI.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ A private class can still implement a public interface.</value>
18681868
<value>Annotation arguments must not contain control characters.</value>
18691869
</data>
18701870
<data name="AnnotationArgument_ValidationError_InspectionName" xml:space="preserve">
1871-
<value>Annotation arguments of type 'Inspection Name' have to the name of an existing inspection.</value>
1871+
<value>Annotation arguments of type 'Inspection Name' have to be the name of an existing inspection.</value>
18721872
</data>
18731873
<data name="AnnotationArgument_ValidationError_AttributeNameStart" xml:space="preserve">
18741874
<value>Annotation arguments of type 'Attribute Name' have to start with 'VB_'.</value>

0 commit comments

Comments
 (0)