diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:14:37 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:14:37 -0500 |
commit | 5d81107d613baf187f8e919a687000b25b3a998c (patch) | |
tree | 5888e04b4fb400b4dc4ef27f15bf8e081eaa593e /kbattleship | |
parent | dcdb9c77417eab9bfcb72a63f6219e7c77d4808a (diff) | |
download | tdegames-5d81107d613baf187f8e919a687000b25b3a998c.tar.gz tdegames-5d81107d613baf187f8e919a687000b25b3a998c.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kbattleship')
-rw-r--r-- | kbattleship/kbattleship/kbattleship.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kbattleship/kbattleship/kbattleship.cpp b/kbattleship/kbattleship/kbattleship.cpp index c2eefa31..4a705976 100644 --- a/kbattleship/kbattleship/kbattleship.cpp +++ b/kbattleship/kbattleship/kbattleship.cpp @@ -1074,13 +1074,13 @@ void KBattleshipWindow::parseCommandLine() { u.setProtocol("kbattleship"); if( !u.isValid()) { KMessageBox::sorry(this, - i18n("The URL passed to KDE Battleship '%1' is not a valid url") + i18n("The URL passed to TDE Battleship '%1' is not a valid url") .arg(args->arg(0))); return; } if( u.protocol() != "kbattleship" ) { KMessageBox::sorry(this, - i18n("The URL passed to KDE Battleship '%1' is not recognised " + i18n("The URL passed to TDE Battleship '%1' is not recognised " "as a Battleship game.") .arg(args->arg(0))); return; |