diff --git a/src/calibre/devices/apple/driver.py b/src/calibre/devices/apple/driver.py
index 48e078c47d..1305c4114a 100644
--- a/src/calibre/devices/apple/driver.py
+++ b/src/calibre/devices/apple/driver.py
@@ -748,11 +748,13 @@ class ITUNES(DriverBase):
# Display a dialog recommending using 'Connect to iTunes'
if not self.settings().extra_customization[self.SKIP_CONNECT_TO_ITUNES_DIALOG]:
- raise OpenFeedback("The recommended connection method for Apple iDevices " +\
- "is to use the 'Connect to iTunes' method described in the
" +\
- 'Calibre + Apple iDevices FAQ.
' +\
- 'After following the Quick Start steps outlined in the FAQ, restart calibre.')
-
+ raise OpenFeedback('
' + _('Click the "Connect/Share" button and choose' + ' "Connect to iTunes" to send books from your calibre library' + ' to your Apple iDevice.
For more information, see' + '' + 'Calibre + Apple iDevices FAQ.
' + 'After following the Quick Start steps outlined in the FAQ, ' + 'restart calibre.')) # Confirm/create thumbs archive if not os.path.exists(self.cache_dir):