tmcgee/cmv-widgets

View on GitHub
widgets/ExportGraphics/nls/ExportGraphics.js

Summary

Maintainability
A
0 mins
Test Coverage
// http://dojotoolkit.org/reference-guide/1.10/dojo/i18n.html
define({
    root: {
        buttonLabel: 'Export Graphics',
        noGraphicsMessage: {
            title: 'Export Graphics',
            message: 'There are no graphics to export.',
            level: 'warning'
        }
    }
});