summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo_map_importer.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-09 14:33:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-09 14:33:10 +0000
commite51cc06133cd731b3ee26047987c21d0993b751f (patch)
tree56f8fc56d6b228978631f44ac79b31933e39bc38 /libs/ardour/tempo_map_importer.cc
parentba3c287f6f1031fedc0e601b8c3843045e783d43 (diff)
minor translation fixes/typos from edogawa
git-svn-id: svn://localhost/ardour2/branches/3.0@13812 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/tempo_map_importer.cc')
-rw-r--r--libs/ardour/tempo_map_importer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/tempo_map_importer.cc b/libs/ardour/tempo_map_importer.cc
index f0447b2f82..5a6a2a4018 100644
--- a/libs/ardour/tempo_map_importer.cc
+++ b/libs/ardour/tempo_map_importer.cc
@@ -86,7 +86,7 @@ bool
TempoMapImporter::_prepare_move ()
{
// Prompt user for verification
- boost::optional<bool> replace = Prompt (_("This will replace the current tempo map!\nAre you shure you want to do this?"));
+ boost::optional<bool> replace = Prompt (_("This will replace the current tempo map!\nAre you sure you want to do this?"));
return replace.get_value_or (false);
}