From db35a02ea8a20f9fc6b6583e8a8f1b018d8041cf Mon Sep 17 00:00:00 2001 From: Chris Deptula Date: Wed, 8 May 2019 08:45:11 -0600 Subject: [PATCH] [PDI-18085] Fix injection labels on Avro Output --- .../impl/avro/output/messages/messages_en_US.properties | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kettle-plugins/formats/src/main/resources/org/pentaho/big/data/kettle/plugins/formats/impl/avro/output/messages/messages_en_US.properties b/kettle-plugins/formats/src/main/resources/org/pentaho/big/data/kettle/plugins/formats/impl/avro/output/messages/messages_en_US.properties index 4ce109eda72..87447514cb5 100644 --- a/kettle-plugins/formats/src/main/resources/org/pentaho/big/data/kettle/plugins/formats/impl/avro/output/messages/messages_en_US.properties +++ b/kettle-plugins/formats/src/main/resources/org/pentaho/big/data/kettle/plugins/formats/impl/avro/output/messages/messages_en_US.properties @@ -56,8 +56,8 @@ AvroOutput.MissingDefaultFields.Title=Missing values AvroOutput.MissingDefaultFields.Msg=One or more fields are missing a value. Please set a default value for all fields that have ''Null'' set to ''No''. AvroOutput.Injection.OPTIONS_COMPRESSION=This option will let you specify the type of compression to use on the file output. -AvroOutput.Injection.OPTIONS_INC_DATE_IN_FILENAME=This option will include the system date in the file name. -AvroOutput.Injection.OPTIONS_INC_TIME_IN_FILENAME=This option will include the system time in the file name. +AvroOutput.Injection.OPTIONS_DATE_IN_FILE_NAME=This option will include the system date in the file name. +AvroOutput.Injection.OPTIONS_TIME_IN_FILE_NAME=This option will include the system time in the file name. AvroOutput.Injection.OPTIONS_DATE_FORMAT=Specify which date & time format you want to go into each file name. AvroOutput.Injection.SCHEMA_FILENAME=The location where the Avro schema file will be written. AvroOutput.Injection.SCHEMA_NAMESPACE=This is an optional attribute that uniquely identifies the record. @@ -85,4 +85,3 @@ AvroOutput.Injection.FIELD_GROUP=Grouping symbol AvroOutput.Injection.FIELD_REPEAT=Repeat values? (Y/N) AvroOutput.Injection.FIELD_TRIM_TYPE=Trim Type AvroOutput.Injection.FIELDS= -