--- setools-3.3.6.ds.orig/apol/top.tcl
+++ setools-3.3.6.ds/apol/top.tcl
@@ -128,7 +128,7 @@
                     } \
                 } p] || $p == "NULL"} {
         tk_messageBox -icon error -type ok -title "Open Policy" \
-            -message "The selected file does not appear to be a valid SELinux Policy.\n\n[apol_tcl_get_error_string]"
+            -message "The selected file ([policy_path_to_list $ppath]) does not appear to be a valid SELinux Policy.\nError: [apol_tcl_get_error_string]"
         return -1  ;# indicates failed to open policy
     }
 
