diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:38:02 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-23 00:38:02 -0500 |
commit | d7556a20d6d923d2f21decf4d840866d2a41b935 (patch) | |
tree | 38417da287debb167151332b223868f91c109b27 /kghostview/kgv_view.cpp | |
parent | 1b0eddf123df6ec90f870f269a7c74d21622144c (diff) | |
download | tdegraphics-d7556a20d6d923d2f21decf4d840866d2a41b935.tar.gz tdegraphics-d7556a20d6d923d2f21decf4d840866d2a41b935.zip |
Fix incorrect characters.
Diffstat (limited to 'kghostview/kgv_view.cpp')
-rw-r--r-- | kghostview/kgv_view.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/kgv_view.cpp b/kghostview/kgv_view.cpp index 4ff28e14..39997eb5 100644 --- a/kghostview/kgv_view.cpp +++ b/kghostview/kgv_view.cpp @@ -375,7 +375,7 @@ TDEAboutData* KGVPart::createAboutData() I18N_NOOP( "KGhostView displays, prints, and saves " "PostScript and PDF files.\n" "Based on original work by Tim Theisen." ) ); - about->addAuthor( "Luís Pedro Coelho", + about->addAuthor( "Luis Pedro Coelho", I18N_NOOP( "Current maintainer" ), "luis@luispedro.org", "http://luispedro.org" ); |