mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
6870 add initial label
This commit is contained in:
parent
c74cff2535
commit
f129409c0f
@ -193,6 +193,9 @@ public class SearchFiltering {
|
|||||||
}
|
}
|
||||||
desc += Bundle.SearchFiltering_dateRangeFilter_before(new SimpleDateFormat("yyyy/MM/dd", Locale.getDefault()).format(new Date(TimeUnit.SECONDS.toMillis(endDate))));
|
desc += Bundle.SearchFiltering_dateRangeFilter_before(new SimpleDateFormat("yyyy/MM/dd", Locale.getDefault()).format(new Date(TimeUnit.SECONDS.toMillis(endDate))));
|
||||||
}
|
}
|
||||||
|
if (!desc.isEmpty()){
|
||||||
|
desc = Bundle.SearchFiltering_dateRangeFilter_lable()+desc;
|
||||||
|
}
|
||||||
return desc;
|
return desc;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user