Revision: 2144 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2144&view=re... Author: frlan Date: 2011-08-15 06:54:03 +0000 (Mon, 15 Aug 2011)
Log Message: ----------- Tableconvert: Fix a little typo
Modified Paths: -------------- trunk/geany-plugins/tableconvert/src/tableconvert.c
Modified: trunk/geany-plugins/tableconvert/src/tableconvert.c =================================================================== --- trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-08-14 15:40:59 UTC (rev 2143) +++ trunk/geany-plugins/tableconvert/src/tableconvert.c 2011-08-15 06:54:03 UTC (rev 2144) @@ -163,7 +163,7 @@ /* OK. Something went not as expected. * We did have a selection but cannot parse it into rows. * Aborting */ - g_warning(_("Something went went wrong on parsing selection. Aborting")); + g_warning(_("Something went wrong on parsing selection. Aborting")); return; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org