[statusicon] rename about label

This commit is contained in:
Hylke Bons 2011-03-04 01:29:34 +00:00
parent 2f8d0199e6
commit 69e8c39d12

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 {