diff options
-rw-r--r-- | superkaramba/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superkaramba/src/main.cpp b/superkaramba/src/main.cpp index ec9e686..9ea8503 100644 --- a/superkaramba/src/main.cpp +++ b/superkaramba/src/main.cpp @@ -92,7 +92,7 @@ int main(int argc, char **argv) TDEAboutData about("superkaramba", I18N_NOOP("SuperKaramba"), version, description, TDEAboutData::License_GPL, - "(c) 2003-2006 The SuperKaramba developers"); + I18N_NOOP("(c) 2003-2006 The SuperKaramba developers")); about.addAuthor("Adam Geitgey", 0, "[email protected]"); about.addAuthor("Hans Karlsson", 0, "[email protected]"); about.addAuthor("Ryan Nickell", 0, "[email protected]"); |