From 122c77ed71c3e232363b8e8601aedc2db57a5bad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Ko=C5=BEusznik?= <jan@kozusznik.cz>
Date: Wed, 13 Jun 2018 15:11:14 +0200
Subject: [PATCH] feature: iss1098 - Task view

Size of file -> File size
---
 .../cz/it4i/fiji/haas_spim_benchmark/ui/RemoteFilesInfo.fxml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 d16c2800..323f8f4f 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>
-- 
GitLab