[geany/geany-plugins] 32fb14: geanyctags: Don't translate my name or the plugin name
Jiří Techet
git-noreply at xxxxx
Wed Oct 15 14:49:41 UTC 2014
Branch: refs/heads/master
Author: Jiří Techet <techet at gmail.com>
Committer: Jiří Techet <techet at gmail.com>
Date: Wed, 15 Oct 2014 14:49:41 UTC
Commit: 32fb1491999ee1d90aab47d31d79c5154663c1d9
https://github.com/geany/geany-plugins/commit/32fb1491999ee1d90aab47d31d79c5154663c1d9
Log Message:
-----------
geanyctags: Don't translate my name or the plugin name
Modified Paths:
--------------
geanyctags/src/geanyctags.c
Modified: geanyctags/src/geanyctags.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -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 at gmail.com>"));
+ "Jiri Techet <techet at gmail.com>");
GeanyPlugin *geany_plugin;
GeanyData *geany_data;
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list