SF.net SVN: geany-plugins:[2287] trunk/geany-plugins/geanyvc/src/geanyvc.c

frlan at users.sourceforge.net frlan at xxxxx
Tue Oct 18 08:13:56 UTC 2011


Revision: 2287
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2287&view=rev
Author:   frlan
Date:     2011-10-18 08:13:56 +0000 (Tue, 18 Oct 2011)
Log Message:
-----------
GeanyVC: Fix two typos. Thanks to Peter Scholtens for reporting.

Modified Paths:
--------------
    trunk/geany-plugins/geanyvc/src/geanyvc.c

Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c
===================================================================
--- trunk/geany-plugins/geanyvc/src/geanyvc.c	2011-10-16 18:58:28 UTC (rev 2286)
+++ trunk/geany-plugins/geanyvc/src/geanyvc.c	2011-10-18 08:13:56 UTC (rev 2287)
@@ -710,7 +710,7 @@
 	}
 	else
 	{
-		ui_set_statusbar(FALSE, _("No history avaible"));
+		ui_set_statusbar(FALSE, _("No history available"));
 	}
 }
 
@@ -2026,7 +2026,7 @@
 	menu_vc_show_file = gtk_menu_item_new_with_mnemonic(_("_Original"));
 	gtk_container_add(GTK_CONTAINER(cur_file_menu), menu_vc_show_file);
 	ui_widget_set_tooltip_text(menu_vc_show_file,
-			     _("Shows the orignal of the current file"));
+			     _("Shows the original of the current file"));
 
 	g_signal_connect(menu_vc_show_file, "activate", G_CALLBACK(vcshow_file_activated), NULL);
 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Plugins-Commits mailing list