diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 11:11:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-19 11:27:02 +0900 |
commit | 88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9 (patch) | |
tree | f4fd3fa87f898eaa2866c7b283dd2873d1f95ed9 /src/formatimporter.cpp | |
parent | ce60356437d3c9e30988c351ba6ef04d2c6398ae (diff) | |
download | basket-88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9.tar.gz basket-88ea130f44fbe2eecf7d92a2c9efa0b562b1f2c9.zip |
Remove reference to old basket.kde.org website. This resolves issue #9.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d7362b5922f5e6b481001c86b58e8ae4d82d685f)
Diffstat (limited to 'src/formatimporter.cpp')
-rw-r--r-- | src/formatimporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formatimporter.cpp b/src/formatimporter.cpp index 2a4c1c2..b87a350 100644 --- a/src/formatimporter.cpp +++ b/src/formatimporter.cpp @@ -133,7 +133,7 @@ void FormatImporter::importBaskets() // Move the folder to the new repository (normal basket) or copy the folder (mirorred folder): TQString folderName = *it; if (folderName.startsWith("/")) { // It was a folder mirror: - KMessageBox::information(0, i18n("<p>Folder mirroring is not possible anymore (see <a href='http://basket.kde.org/'>basket.kde.org</a> for more information).</p>" + KMessageBox::information(0, i18n("<p>Folder mirroring is not possible anymore.</p>" "<p>The folder <b>%1</b> has been copied for the basket needs. You can either delete this folder or delete the basket, or use both. But remember that " "modifying one will not modify the other anymore as they are now separate entities.</p>").arg(folderName), i18n("Folder Mirror Import"), "", KMessageBox::AllowLink); |