diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-31 15:32:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-31 15:32:36 +0200 |
commit | b376b6ba4182d901e36e532619b4dfaad48fca0a (patch) | |
tree | c3625e27c6a62d83ede051a1649138381d1845c6 /src/main.cpp | |
parent | Merge branch 'ICON' (diff) | |
parent | Make the string KDE HIG compatible (diff) | |
download | rekonq-b376b6ba4182d901e36e532619b4dfaad48fca0a.tar.xz |
Merge branch 'I18n'
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7563c0b7..49de48a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -90,7 +90,7 @@ int main(int argc, char **argv) "webmaster@nebulon.de", ""); - about.addCredit(ki18n("Ivan Cukic"), + about.addCredit(ki18n("Ivan Čukić"), ki18n("Patches, bugfixing"), "ivan@fomentgroup.org", ""); |