diff options
Diffstat (limited to 'ksnake/main.cpp')
-rw-r--r-- | ksnake/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/main.cpp b/ksnake/main.cpp index abdafd73..684487f8 100644 --- a/ksnake/main.cpp +++ b/ksnake/main.cpp @@ -29,7 +29,7 @@ #include <kaboutdata.h> #include <kcmdlineargs.h> -static const char description[] = I18N_NOOP("KDE Snake Race Game"); +static const char description[] = I18N_NOOP("TDE Snake Race Game"); int main( int argc, char **argv ) { |