src/eric7/Utilities/MimeTypes.py

branch
eric7
changeset 9564
f413aee05c4d
parent 9563
8ee667840224
child 9572
3b46c662a004
equal deleted inserted replaced
9563:8ee667840224 9564:f413aee05c4d
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 (

eric ide

mercurial