# HG changeset patch # User Goffi # Date 1486323841 -3600 # Node ID e89350dd3eca8a5732baec8eb1e7315233210d76 # Parent dcd6fbb3f01044bb5b2791ebc96ff64a69bbd40e tranfer (gallery): changed name from photo to gallery diff -r dcd6fbb3f010 -r e89350dd3eca src/cagou/plugins/plugin_transfer_android_gallery.py --- a/src/cagou/plugins/plugin_transfer_android_gallery.py Wed Feb 01 21:47:16 2017 +0100 +++ b/src/cagou/plugins/plugin_transfer_android_gallery.py Sun Feb 05 20:44:01 2017 +0100 @@ -37,7 +37,7 @@ PLUGIN_INFO = { - "name": _(u"photo"), + "name": _(u"gallery"), "main": "AndroidGallery", "platforms": ('android',), "external": True,