File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ Future<void> nothingFoundMessage() async {
5858 print ("I couldn't find any D: reasons for this may be:" );
5959 if (indeed) {
6060 print (
61- "- you've already ran gpth and it moved all photos to output -\n "
62- " delete the input folder and re-extract the zip" ,
61+ " - you've already ran gpth and it moved all photos to output -\n "
62+ " delete the input folder and re-extract the zip" ,
6363 );
6464 }
6565 print (
66- "- your Takeout doesn't have any ' year folders' -\n "
67- " visit https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper\n "
68- " again and request new, correct Takeout" ,
66+ " - your Takeout doesn't have any \" year folders\" -\n "
67+ " visit https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper\n "
68+ " again and request new, correct Takeout" ,
6969 );
7070 print ('After fixing this, go ahead and try again :)' );
7171}
You can’t perform that action at this time.
0 commit comments