pidgin/pidgin

Fix the resource name in our Transifex config file.
release-2.x.y
2014-02-01, Mark Doliner
06c5492c2d97
Fix the resource name in our Transifex config file.

I renamed this on the website a while ago.

This change should not be merged to default (there is a different
resource name there).
/** @page plugin-signals Plugin Signals
@signals
@signal plugin-load
@signal plugin-unload
@endsignals
@see plugin.h
<hr>
@signaldef plugin-load
@signalproto
void (*plugin_load)(PurplePlugin *plugin);
@endsignalproto
@signaldesc
Emitted when a plugin is loaded.
@param plugin The plugin that was loaded.
@endsignaldef
@signaldef plugin-unload
@signalproto
void (*plugin_unload)(PurplePlugin *plugin);
@endsignalproto
@signaldesc
Emitted when a plugin is unloaded.
@param plugin The plugin that was unloaded.
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et