From 4ec15362a5da64097c7d73ae2611ee525fe24f40 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 13 Jan 2014 02:21:19 +0400 Subject: [PATCH] minor fix... Signed-off-by: Alex A. Naanou --- ui/sort.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/sort.js b/ui/sort.js index 1e495bfd..1d0b7b39 100755 --- a/ui/sort.js +++ b/ui/sort.js @@ -413,7 +413,9 @@ function sortImagesDialog(){ cfg = {} cfg[alg] = [ - 'Date | this will fall back to file sequence and file name.', + 'Date'+ + '| fall back to file sequence then\n'+ + 'file name when the earlier is equal.', 'Sequence number', 'Sequence number with overflow', 'File name'