From 953db778f2b019be867ed198c9b628b65c68fcff Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 6 Mar 2010 23:26:50 +0000 Subject: [PATCH] Removed specific gramps version number in message svn: r14654 --- src/PluginUtils/_PluginWindows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PluginUtils/_PluginWindows.py b/src/PluginUtils/_PluginWindows.py index 786a4cb7a..0808efad1 100644 --- a/src/PluginUtils/_PluginWindows.py +++ b/src/PluginUtils/_PluginWindows.py @@ -573,7 +573,7 @@ class PluginStatus(ManagedWindow.ManagedWindow): # another register function doesn't have gramps_target_version if gpr_file in good_gpr: s.remove(gpr_file) - callback(" " + (_("Error: missing gramps_target_version = '3.2' in '%s'...") % gpr_file) + "\n") + callback(" " + (_("Error: missing gramps_target_version in '%s'...") % gpr_file) + "\n") if len(good_gpr) > 0: # Now, install the ok ones file_obj.extractall(const.USER_PLUGINS)