aboutsummaryrefslogtreecommitdiff
path: root/src/qt/intro.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-07-31 16:56:14 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-07-31 16:58:23 +0200
commitbd26fee10bb2697340caf5e3f48922df0323f88e (patch)
tree29357379439234af2d4d5c2458118e22c52f5eef /src/qt/intro.cpp
parent8b4616bab3d6badabbcce7d73baf4c74bf2fd854 (diff)
downloadbitcoin-bd26fee10bb2697340caf5e3f48922df0323f88e.tar.xz
qt: Update some messages after suggestions by translators
- *cannot* is more common, thus preferred to *can not* - Use *Watch-only* instead of *Watchonly* as one word
Diffstat (limited to 'src/qt/intro.cpp')
-rw-r--r--src/qt/intro.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/intro.cpp b/src/qt/intro.cpp
index 3e99e941a6..13c260b7db 100644
--- a/src/qt/intro.cpp
+++ b/src/qt/intro.cpp
@@ -182,7 +182,7 @@ void Intro::pickDataDirectory()
break;
} catch(fs::filesystem_error &e) {
QMessageBox::critical(0, tr("Bitcoin"),
- tr("Error: Specified data directory \"%1\" can not be created.").arg(dataDir));
+ tr("Error: Specified data directory \"%1\" cannot be created.").arg(dataDir));
/* fall through, back to choosing screen */
}
}