Skip to content

Commit

Permalink
[Media scanner]Make translatable
Browse files Browse the repository at this point in the history
Credit: rimasx
  • Loading branch information
AbuBaniaz committed Mar 6, 2016
1 parent 92c78e8 commit e4e47e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Plugins/Extensions/MediaScanner/plugin.py
Expand Up @@ -146,7 +146,7 @@ def filescan(**kwargs):

def Plugins(**kwargs):
return [
PluginDescriptor(name="Media scanner", description=_("Scan files..."), where = PluginDescriptor.WHERE_PLUGINMENU, needsRestart = True, fnc=main),
PluginDescriptor(name=_("Media scanner"), description=_("Scan files..."), where = PluginDescriptor.WHERE_PLUGINMENU, needsRestart = True, fnc=main),
# PluginDescriptor(where = PluginDescriptor.WHERE_MENU, fnc=menuHook),
PluginDescriptor(name=_("Media scanner"), where = PluginDescriptor.WHERE_FILESCAN, needsRestart = False, fnc = filescan),
PluginDescriptor(where = PluginDescriptor.WHERE_SESSIONSTART, needsRestart = True, fnc = sessionstart),
Expand Down

0 comments on commit e4e47e6

Please sign in to comment.