diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 02:50:42 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-02 02:50:42 +0200 |
commit | f4f66bed53fd53f30f33e57d7f6de30a0ef0791a (patch) | |
tree | f93cc8486efaf0479dd9d48e30baf23af8811cb8 /src/main.cpp | |
parent | updating italian translation (diff) | |
download | rekonq-f4f66bed53fd53f30f33e57d7f6de30a0ef0791a.tar.xz |
AUTHORS << pano0.1alpha
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8b99e8b5..5ada94b4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,12 +48,12 @@ int main(int argc, char **argv) // about authors about.addAuthor(ki18n("Andrea Diamantini"), - ki18n("Project Lead, Developer, Italian translations"), + ki18n("Project Lead, Developer, Italian translation"), "adjam7@gmail.com", "http://www.adjam.org"); about.addAuthor(ki18n("Domrachev Alexandr"), - ki18n("Developer, Russian translations"), + ki18n("Developer, Russian translation"), "alexandr.domrachev@gmail.com", ""); @@ -63,7 +63,7 @@ int main(int argc, char **argv) ""); about.addAuthor(ki18n("Panagiotis Papadopoulos"), - ki18n("German translations"), + ki18n("German translation"), "pano_90@gmx.net", ""); |