diff options
author | Chris <[email protected]> | 2019-07-17 16:11:11 +0200 |
---|---|---|
committer | Chris <[email protected]> | 2019-07-17 16:11:11 +0200 |
commit | 10525c77629af1d94c8339de43f1ffcd2716ad9d (patch) | |
tree | 83fc4b22a5f9071109584c4e7c17c2138052244b /kpdf/shell/main.cpp | |
parent | e8af185d02894ee5a9ef3371430a9066c6d6000f (diff) | |
download | tdegraphics-10525c77629af1d94c8339de43f1ffcd2716ad9d.tar.gz tdegraphics-10525c77629af1d94c8339de43f1ffcd2716ad9d.zip |
Fix remaining brandings in tdegraphics.
Signed-off-by: Chris <[email protected]>
Diffstat (limited to 'kpdf/shell/main.cpp')
-rw-r--r-- | kpdf/shell/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/shell/main.cpp b/kpdf/shell/main.cpp index b159e79e..1ed61999 100644 --- a/kpdf/shell/main.cpp +++ b/kpdf/shell/main.cpp @@ -19,7 +19,7 @@ #include <tdelocale.h> static const char description[] = -I18N_NOOP("kpdf, a kde pdf viewer based on xpdf"); +I18N_NOOP("KPDF, a TDE PDF viewer based on XPDF"); static const char version[] = "0.5.10"; |