diff --git a/haas-spim-benchmark/src/main/resources/cz/it4i/fiji/haas_spim_benchmark/ui/RemoteFilesInfo.fxml b/haas-spim-benchmark/src/main/resources/cz/it4i/fiji/haas_spim_benchmark/ui/RemoteFilesInfo.fxml index d16c28005d7c4d5544e947867934119c805b160a..323f8f4f29e66cbcd05d600a13627eb1e163a778 100644 --- a/haas-spim-benchmark/src/main/resources/cz/it4i/fiji/haas_spim_benchmark/ui/RemoteFilesInfo.fxml +++ b/haas-spim-benchmark/src/main/resources/cz/it4i/fiji/haas_spim_benchmark/ui/RemoteFilesInfo.fxml @@ -15,7 +15,7 @@ <TableView fx:id="files" HBox.hgrow="ALWAYS"> <columns> <TableColumn prefWidth="450.0" text="File name" /> - <TableColumn minWidth="150.0" prefWidth="0.0" text="Size of file" /> + <TableColumn minWidth="150.0" prefWidth="0.0" text="File size" /> </columns> </TableView> </children>