Skip to content

Commit

Permalink
[BACKLOG-8270] Fixed 'If field value is null' descriptions (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwoliver authored and mdamour1976 committed Jun 4, 2016
1 parent 9795e01 commit 58e6928
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ IfNullDialog.SetEmptyStringAll.Label=Set empty string?
IfNullDialog.SetEmptyStringAll.Tooltip=Select this option if you want to insert empty string\notherwise it insert null string.
IfNull.Injection.FIELDS=Fields
IfNull.Injection.FIELD_NAME=The name of the field to test for null values.
IfNull.Injection.REPLACE_VALUE=When this value to encountered, replace it with null.
IfNull.Injection.REPLACE_VALUE=When this value is encountered, replace it with null.
IfNull.Injection.REPLACE_MASK=The format to use if the replacement value is a Date.
IfNull.Injection.SET_EMPTY_STRING=Set this flag to indicate that you want null values to be replaced by an empty string.
IfNull.Injection.VALUE_TYPES=Value Types
IfNull.Injection.TYPE_NAME=The field types to check for null values.
IfNull.Injection.TYPE_REPLACE_VALUE=When this value to encountered, replace it with null.
IfNull.Injection.TYPE_REPLACE_VALUE=When this value is encountered, replace it with null.
IfNull.Injection.TYPE_REPLACE_MASK=The format to use if the replacement value is a Date.
IfNull.Injection.SET_TYPE_EMPTY_STRING=Set this option to indicate that you want null values to be replaced by an empty string.
IfNull.Injection.SELECT_FIELDS=Enable this option to indicate you want replace null values for the provided field names.
IfNull.Injection.SELECT_VALUES_TYPE=Enable this option to indicate you want replace null values for the provided field types.
IfNull.Injection.SELECT_FIELDS=Enable this option to indicate you want to replace null values for the provided field names.
IfNull.Injection.SELECT_VALUES_TYPE=Enable this option to indicate you want to replace null values for the provided field types.
IfNull.Injection.REPLACE_ALL_BY_VALUE=The value to use if null is encountered when SELECT_FIELDS and SELECT_VALUES_TYPE are false.
IfNull.Injection.REPLACE_ALL_MASK=The format to use if the replacement value is a Date when SELECT_FIELDS and SELECT_VALUES_TYPE are false.
IfNull.Injection.SET_EMPTY_STRING_ALL=Set this option to indicate that you want null values to be replaced by an empty string when SELECT_FIELDS and SELECT_VALUES_TYPE are false.

0 comments on commit 58e6928

Please sign in to comment.