Fix capitalization.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 18 Feb 2008 00:29:47 +0000 (00:29 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 18 Feb 2008 00:29:47 +0000 (00:29 +0000)
git-svn-id: http://svn.voria.com/code@1744 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/keyframeactionmanager.cpp

index 2457ebb..b91751c 100644 (file)
@@ -218,7 +218,7 @@ KeyframeActionManager::refresh()
                action_group_->add(Gtk::Action::create(
                        "action-keyframe_add",
                        Gtk::StockID("gtk-add"),
-                       _("Add new Keyframe"),_("Add new Keyframe")
+                       _("Add New Keyframe"),_("Add New Keyframe")
                ),
                        sigc::mem_fun(*this,&KeyframeActionManager::on_add_keyframe)
                );