From b5d013ac9184f19b5f4afcc804c045573953c924 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Oct 2010 10:35:14 -0600 Subject: [PATCH] ... --- src/calibre/gui2/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/device.py b/src/calibre/gui2/device.py index a1f0288050..c9d342a51d 100644 --- a/src/calibre/gui2/device.py +++ b/src/calibre/gui2/device.py @@ -489,7 +489,7 @@ class DeviceMenu(QMenu): # {{{ for actions, desc in ( (basic_actions, ''), (delete_actions, _('Send and delete from library')), - (specific_actions, _('Send specific format')) + (specific_actions, _('Send specific format to')) ): mdest = menu if actions is not basic_actions: