diff options
Diffstat (limited to 'libkdegames/README')
-rw-r--r-- | libkdegames/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libkdegames/README b/libkdegames/README index fae0e7ee..ee7e8eb0 100644 --- a/libkdegames/README +++ b/libkdegames/README @@ -3,7 +3,7 @@ It is a collection of functions used by some games or which are useful for other games. Packagers note: it is recommended to put the directory "carddecks" into a separate -package, as not all games using libkdegames use the carddecks as well. +package, as not all games using libtdegames use the carddecks as well. Contents: kcarddialog: Access to carddeck selection and administration @@ -18,8 +18,8 @@ Contents: kgame: this is a complete network/game handling library. it constists of a lot of classes which are explained in the kgame docu (as soon as it is written) -if you use libkdegames in your game please also add -KGlobal::locale()->insertCatalogue("libkdegames"); +if you use libtdegames in your game please also add +KGlobal::locale()->insertCatalogue("libtdegames"); to main() -This will add libkdegames.pot to your game and therefore all libkdegames +This will add libtdegames.pot to your game and therefore all libtdegames strings get translated. |