40 QCoreApplication.translate( |
40 QCoreApplication.translate( |
41 "MimeTypes", |
41 "MimeTypes", |
42 "<p>Is the file <b>{0}</b> a text file to be opened in eric?</p>" |
42 "<p>Is the file <b>{0}</b> a text file to be opened in eric?</p>" |
43 "<p><b>Note:</b> You may suppress this question by adding a pattern" |
43 "<p><b>Note:</b> You may suppress this question by adding a pattern" |
44 " to the list of known text files on the <b>MimeTypes</b>" |
44 " to the list of known text files on the <b>MimeTypes</b>" |
45 " configuration page." |
45 " configuration page.</p>" |
46 ).format(filename), |
46 ).format(filename), |
47 ) |
47 ) |
48 ) |
48 ) |
49 else: |
49 else: |
50 return ( |
50 return ( |