diff options
author | Angelo Naselli <anaselli@linux.it> | 2017-09-09 16:35:48 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2017-09-09 16:35:48 +0200 |
commit | 86b7f78efd2ed9b2c217b7e9935f18c9d6a0a94e (patch) | |
tree | 6b77e43dce49a34b03ada3aed093952ed29a781e | |
parent | f0f4c9755b090c262073ad8c52f05e26289c28a6 (diff) | |
download | manatools-86b7f78efd2ed9b2c217b7e9935f18c9d6a0a94e.tar manatools-86b7f78efd2ed9b2c217b7e9935f18c9d6a0a94e.tar.gz manatools-86b7f78efd2ed9b2c217b7e9935f18c9d6a0a94e.tar.bz2 manatools-86b7f78efd2ed9b2c217b7e9935f18c9d6a0a94e.tar.xz manatools-86b7f78efd2ed9b2c217b7e9935f18c9d6a0a94e.zip |
fixed translator into about dialog (thanks to Masanori Kakura)
-rwxr-xr-x | modules/rpmdragora/rpmdragora | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rpmdragora/rpmdragora b/modules/rpmdragora/rpmdragora index 6018e181..1f052bc7 100755 --- a/modules/rpmdragora/rpmdragora +++ b/modules/rpmdragora/rpmdragora @@ -1098,7 +1098,7 @@ print "Menu " . $menuLabel . " chosen\n"; <li>%s</li> </ul> <h3>Translators</h3> - <ul><li>%s</li></ul>", + <ul>%s</ul>", "Angelo Naselli <anaselli\@linux.it>", "Matteo Pasotti <matteo.pasotti\@gmail.com>", $translators |