summaryrefslogtreecommitdiff
path: root/libs/ardour/export_handler.cc
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-07-09 19:13:31 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-10-02 18:03:19 +0100
commit44f71ce5998afb79c04126d82564b0f8542ca364 (patch)
tree8b979a50ad4210add0c0d71717b856564e1c5497 /libs/ardour/export_handler.cc
parent1c5246b5f11170c5cbce517017d930e23edc02fa (diff)
Text tweaks and typo fixes
Diffstat (limited to 'libs/ardour/export_handler.cc')
-rw-r--r--libs/ardour/export_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc
index ec89f270ca..38086bd273 100644
--- a/libs/ardour/export_handler.cc
+++ b/libs/ardour/export_handler.cc
@@ -363,7 +363,7 @@ ExportHandler::finish_timespan ()
open_uri(path.c_str()); // open the soundcloud website to the new file
}
} else {
- error << _("upload to Soundcloud failed. Perhaps your email or password are incorrect?\n") << endmsg;
+ error << _("upload to Soundcloud failed. Perhaps your email or password are incorrect?\n") << endmsg;
}
delete soundcloud_uploader;
}