Mercurial > pidgin
changeset 32547:b5f233a14ba2
Remove an extra colon.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Thu, 23 Feb 2012 06:48:22 +0000 |
| parents | 5558d0751d75 |
| children | 03137ceb5d0e |
| files | pidgin/gtkdialogs.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c Thu Feb 23 06:47:57 2012 +0000 +++ b/pidgin/gtkdialogs.c Thu Feb 23 06:48:22 2012 +0000 @@ -790,7 +790,7 @@ g_string_append(str, "</dl>"); /* Past Translators */ - g_string_append_printf(str, "<h3>%s:</h3><dl>", + g_string_append_printf(str, "<h3>%s</h3><dl>", _("Past Translators")); add_translators(str, past_translators); g_string_append(str, "</dl>");
