changeset 123:e89350dd3eca

tranfer (gallery): changed name from photo to gallery
author Goffi <goffi@goffi.org>
date Sun, 05 Feb 2017 20:44:01 +0100
parents dcd6fbb3f010
children 7f7f3b8eb154
files src/cagou/plugins/plugin_transfer_android_gallery.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,