From c7dabd6a7e1fba337fcae09bfbceacafdefbec15 Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Sat, 24 Nov 2012 04:56:56 +0000 Subject: [PATCH] nicer nag text about CBL/RAR git-svn-id: http://comictagger.googlecode.com/svn/trunk@85 6c5673fe-1810-88d6-992b-cd32ca31540c --- taggerwindow.py | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/taggerwindow.py b/taggerwindow.py index 3de9536..e12a4ac 100644 --- a/taggerwindow.py +++ b/taggerwindow.py @@ -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!

" + - "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!

" + - "" + - "http://forums.comicbooklover.com/categories/ipad-features/

" + - "Do you want to continue with the save?", + """ + You are about to write a CBL tag block to a RAR archive!

+ 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!

+ + http://forums.comicbooklover.com/categories/ipad-features
+ + http://forums.comicbooklover.com/categories/mac-features

+ Do you want to continue with the save? + """, ) self.settings.ask_about_cbi_in_rar = not checked if not answered_yes: