Skip to content

Commit e62219a

Browse files
authored
Merge pull request #5255 from helb/cs-locale-typo
Fix typo in Czech locale file
2 parents c09fe29 + 807de62 commit e62219a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/locales/cs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = {
2525
'Compare data on hover': 'Porovnat hodnoty při najetí myší', // components/modebar/buttons.js:167
2626
'Double-click on legend to isolate one trace': 'Dvojklikem na legendu izolujete jedinou datovou sadu', // components/legend/handle_click.js:90
2727
'Double-click to zoom back out': 'Dvojklikem vrátíte zvětšení', // plots/cartesian/dragbox.js:299
28-
'Download plot as a png': 'Uložit jsko PNG', // components/modebar/buttons.js:52
28+
'Download plot as a png': 'Uložit jako PNG', // components/modebar/buttons.js:52
2929
'Download plot': 'Uložit', // components/modebar/buttons.js:53
3030
'Edit in Chart Studio': 'Editovat v Chart Studio', // components/modebar/buttons.js:76
3131
'IE only supports svg. Changing format to svg.': 'IE podporuje pouze SVG formát. Změněno na SVG.', // components/modebar/buttons.js:60

0 commit comments

Comments
 (0)