[statusicon] rename about label

This commit is contained in:
Hylke Bons 2011-03-04 01:29:34 +00:00
parent e7b7e551dc
commit a07820aa34

View file

@ -226,7 +226,7 @@ namespace SparkleShare {
Menu.Add (new SeparatorMenuItem ());
// A menu item that takes the user to http://www.sparkleshare.org/
MenuItem about_item = new MenuItem (_("About"));
MenuItem about_item = new MenuItem (_("About SparkleShare"));
about_item.Activated += delegate {