From 0b02c1f593a3f0c6abc6f3660cce845f44b10395 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Sep 2012 14:59:31 +0530 Subject: [PATCH] ... --- src/calibre/devices/mtp/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/mtp/base.py b/src/calibre/devices/mtp/base.py index a5922a4d21..26523362ed 100644 --- a/src/calibre/devices/mtp/base.py +++ b/src/calibre/devices/mtp/base.py @@ -25,7 +25,7 @@ def synchronous(func): return synchronizer class MTPDeviceBase(DevicePlugin): - name = 'SmartDevice App Interface' + name = 'MTP Device Interface' gui_name = _('MTP Device') icon = I('devices/galaxy_s3.png') description = _('Communicate with MTP devices')