One fix.
[ardour.git] / libs / ardour / tempo_map_importer.cc
index f0447b2f82cd060b62e2daf55d600bae9eb92e1b..91e2320337d17fdc4e18091d279d4dfb1fbc8442 100644 (file)
@@ -26,7 +26,7 @@
 #include "ardour/tempo.h"
 #include "pbd/failed_constructor.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace PBD;
@@ -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);
 }