Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating tooltip for file types #6224

Merged
merged 1 commit into from
Sep 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/propertyFiles/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ advanced.search.files.persistentId.tip=The persistent identifier for the file.
advanced.search.files.persistentId=Data File Persistent ID
advanced.search.files.persistentId.tip=The unique persistent identifier for a data file, which can be a Handle or DOI in Dataverse.
advanced.search.files.fileType=File Type
advanced.search.files.fileType.tip=The extension for a file, e.g. CSV, zip, Stata, R, PDF, JPEG, etc.
advanced.search.files.fileType.tip=The file type, e.g. Comma Separated Values, Plain Text, R, etc.
advanced.search.files.variableName=Variable Name
advanced.search.files.variableName.tip=The name of the variable's column in the data frame.
advanced.search.files.variableLabel=Variable Label
Expand Down