Skip to content

Commit

Permalink
geanyctags: Don't translate my name or the plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
techee committed Oct 15, 2014
1 parent 88c9fec commit 32fb149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geanyctags/src/geanyctags.c
Expand Up @@ -40,10 +40,10 @@


PLUGIN_VERSION_CHECK(211);
PLUGIN_SET_INFO(_("GeanyCtags"),
PLUGIN_SET_INFO("GeanyCtags",
_("Ctags generation and search plugin for geany projects"),
VERSION,
_("Jiri Techet <techet@gmail.com>"));
"Jiri Techet <techet@gmail.com>");

GeanyPlugin *geany_plugin;
GeanyData *geany_data;
Expand Down

0 comments on commit 32fb149

Please sign in to comment.