This commit is contained in:
Kovid Goyal 2012-09-03 14:59:31 +05:30
parent 66d01629c3
commit 0b02c1f593

View File

@ -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')