From e51cc06133cd731b3ee26047987c21d0993b751f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 9 Jan 2013 14:33:10 +0000 Subject: minor translation fixes/typos from edogawa git-svn-id: svn://localhost/ardour2/branches/3.0@13812 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_command.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_command.cc') diff --git a/libs/ardour/session_command.cc b/libs/ardour/session_command.cc index 0246f55479..2fdcfb17a2 100644 --- a/libs/ardour/session_command.cc +++ b/libs/ardour/session_command.cc @@ -84,7 +84,7 @@ Session::memento_command_factory(XMLNode *n) } if (!child) { - error << _("Tried to reconstitute a MementoCommand with no contents, failing. id=") << id.to_s() << endmsg; + error << _("Tried to reconstitute a MementoCommand with no contents, failing. id=%1") << id.to_s() << endmsg; return 0; } -- cgit v1.2.3