nicer nag text about CBL/RAR

git-svn-id: http://comictagger.googlecode.com/svn/trunk@85 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2012-11-24 04:56:56 +00:00
parent c1220fbe8f
commit c7dabd6a7e

View File

@ -771,13 +771,17 @@ class TaggerWindow( QtGui.QMainWindow):
if self.comic_archive.isRar() and self.data_style == MetaDataStyle.CBI:
if self.settings.ask_about_cbi_in_rar:
answered_yes, checked = OptionalMessageDialog.question( self, "RAR and ComicBookLover",
"You are about to write a CBL tag block to a RAR archive!<br><br>" +
"While technically possible, no known reader can read those tags from RAR " +
"yet. If you would like this feature from ComicBookLover, please go their " +
"forums and add a feature request!<br><br>" +
"<a href=http://forums.comicbooklover.com/categories/ipad-features>" +
"http://forums.comicbooklover.com/categories/ipad-features/</a><br><br>" +
"Do you want to continue with the save?",
"""
You are about to write a CBL tag block to a RAR archive!<br><br>
While technically possible, no known reader can read those tags from RAR
yet. If you would like this feature in ComicBookLover, please go to their
forums and add your voice to feature request!<br><br>
<a href=http://forums.comicbooklover.com/categories/ipad-features>
http://forums.comicbooklover.com/categories/ipad-features</a><br>
<a href=http://forums.comicbooklover.com/categories/mac-features>
http://forums.comicbooklover.com/categories/mac-features</a><br><br>
Do you want to continue with the save?
""",
)
self.settings.ask_about_cbi_in_rar = not checked
if not answered_yes: