X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_history.cpp;h=248f554dd3a75927a4ec2e937e5f7c505d404165;hb=2c7d34e9b6cbec4492f07a6a90d0682e0507bdb7;hp=5dfe8ddf29a9827638f0a807b8bf1141bdc6e7f4;hpb=c6af6e1c3816eb3b15c573089b32e6ae65cd2f49;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_history.cpp b/synfig-studio/trunk/src/gtkmm/dock_history.cpp index 5dfe8dd..248f554 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_history.cpp +++ b/synfig-studio/trunk/src/gtkmm/dock_history.cpp @@ -2,10 +2,11 @@ /*! \file dock_history.cpp ** \brief Template File ** -** $Id: dock_history.cpp,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -72,8 +73,8 @@ Dock_History::Dock_History(): action_group->add(Gtk::Action::create( "clear-undo", Gtk::StockID("synfig-clear_undo"), - _("Clear the UNDO Stack"), - _("Clear the UNDO Stack") + _("Clear Undo Stack"), + _("Clear the undo stack") ), sigc::mem_fun( *this, @@ -83,8 +84,8 @@ Dock_History::Dock_History(): action_group->add(Gtk::Action::create( "clear-redo", Gtk::StockID("synfig-clear_redo"), - _("Clear the REDO Stack"), - _("Clear the REDO Stack") + _("Clear Redo Stack"), + _("Clear the redo stack") ), sigc::mem_fun( *this, @@ -94,16 +95,16 @@ Dock_History::Dock_History(): action_group->add(Gtk::Action::create( "undo", Gtk::StockID("gtk-undo"), - _("Undo previous action"), - _("Undo previous action") + _("Undo"), + _("Undo the previous action") ), sigc::ptr_fun(studio::App::undo) ); action_group->add(Gtk::Action::create( "redo", Gtk::StockID("gtk-redo"), - _("Redo previous action"), - _("Redo previous action") + _("Redo"), + _("Redo the previously undone action") ), sigc::ptr_fun(studio::App::redo) ); @@ -115,9 +116,9 @@ Dock_History::Dock_History(): "" " " " " + " " " " " " - " " " " "" ;