Skip to content

Commit 99d66e1

Browse files
ricardobossanRicardo Bossan (BEYONDSOFT CONSULTING INC) (from Dev Box)
andauthored
Fixes misleading error message (#12826)
Updated the resource string to replace "field" with "property" as suggested, ensuring it reflects the correct value. Fixes #12810 - The original resource file used the term "field" instead of "property," which caused confusion in the context where we were searching for a property with a given name. - Updated the resource string to replace "field" with "property" as suggested, ensuring it reflects the correct value. Co-authored-by: Ricardo Bossan (BEYONDSOFT CONSULTING INC) (from Dev Box) <[email protected]>
1 parent 5fc66aa commit 99d66e1

File tree

15 files changed

+69
-69
lines changed

15 files changed

+69
-69
lines changed

src/System.Windows.Forms/src/Resources/SR.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2367,8 +2367,8 @@ To replace this default dialog please handle the DataError event.</value>
23672367
<data name="DataGridViewComboBoxCell_DropDownWidthOutOfRange" xml:space="preserve">
23682368
<value>DropDownWidth value cannot be smaller than {0}.</value>
23692369
</data>
2370-
<data name="DataGridViewComboBoxCell_FieldNotFound" xml:space="preserve">
2371-
<value>Field called {0} does not exist.</value>
2370+
<data name="DataGridViewComboBoxCell_PropertyNotFound" xml:space="preserve">
2371+
<value>Property called {0} does not exist.</value>
23722372
</data>
23732373
<data name="DataGridViewComboBoxCell_InvalidValue" xml:space="preserve">
23742374
<value>DataGridViewComboBoxCell value is not valid.</value>

src/System.Windows.Forms/src/Resources/xlf/SR.cs.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/src/Resources/xlf/SR.de.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/src/Resources/xlf/SR.es.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/src/Resources/xlf/SR.fr.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/src/Resources/xlf/SR.it.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/src/Resources/xlf/SR.ja.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/src/Resources/xlf/SR.ko.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/src/Resources/xlf/SR.pl.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/System.Windows.Forms/src/Resources/xlf/SR.pt-BR.xlf

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)