diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:21:09 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:21:09 -0500 |
commit | dc5ab0935f4eb556a06a32838c7a703139477cff (patch) | |
tree | 864458d12b2ce02bd87b280f0e30c5c9812521b8 /kbackgammon/main.cpp | |
parent | af8ca9f90807a7c9f594c965a77129696cd35b57 (diff) | |
download | tdegames-dc5ab0935f4eb556a06a32838c7a703139477cff.tar.gz tdegames-dc5ab0935f4eb556a06a32838c7a703139477cff.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kbackgammon/main.cpp')
-rw-r--r-- | kbackgammon/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbackgammon/main.cpp b/kbackgammon/main.cpp index b157412b..7a40d49c 100644 --- a/kbackgammon/main.cpp +++ b/kbackgammon/main.cpp @@ -28,7 +28,7 @@ #include "kbg.h" #include "version.h" -static const char description[] = I18N_NOOP("A Backgammon program for KDE"); +static const char description[] = I18N_NOOP("A Backgammon program for TDE"); static const char notice[] = I18N_NOOP("This is a graphical backgammon program. It supports " "backgammon games\nwith other players, games against " "computer engines like GNU bg and even\n" |