Progress bar should not show "Loading thumbnails..." for empty dirs. Issue 1817 on behalf of tomasbuzek

This commit is contained in:
DrSlony
2013-04-08 18:43:01 +01:00
parent 3baeb3fa86
commit cdb71a3945
26 changed files with 34 additions and 28 deletions

View File

@@ -859,9 +859,10 @@ PROGRESSBAR_LOADING;Loading image...
PROGRESSBAR_LOADJPEG;Loading JPEG file...
PROGRESSBAR_LOADPNG;Loading PNG file...
PROGRESSBAR_LOADTIFF;Loading TIFF file...
PROGRESSBAR_NOIMAGES;No images found
PROGRESSBAR_PROCESSING;Processing image...
PROGRESSBAR_PROCESSING_PROFILESAVED;Processing profile saved
PROGRESSBAR_READY;Ready.
PROGRESSBAR_READY;Ready
PROGRESSBAR_SAVEJPEG;Saving JPEG file...
PROGRESSBAR_SAVEPNG;Saving PNG file...
PROGRESSBAR_SAVETIFF;Saving TIFF file...