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: