This commit is contained in:
Francesco Mangiacrapa 2014-03-04 18:26:09 +00:00
parent 0701a71211
commit 0979b1bc78
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ public class SmartShare extends Dialog implements SmartDialogInterface{
if(fileModel.isDirectory())
heading+=" folder: ";
else
heading+= " item: ";
heading+= " : ";
setHeading(heading+fileModel.getName());