summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sbmanager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sbmanager.c b/src/sbmanager.c
index bde6c74..71df4d4 100644
--- a/src/sbmanager.c
+++ b/src/sbmanager.c
@@ -1390,6 +1390,7 @@ static gboolean info_button_clicked_cb(GtkButton *button, gpointer user_data)
const gchar *comments = _("Manage iPhone/iPod Touch SpringBoard from the computer");
const gchar *website = "http://cgit.sukimashita.com/sbmanager.git";
const gchar *website_label = _("Project Site");
+ const gchar *translators = "Français: Christophe Fergeau\n";
gtk_show_about_dialog(GTK_WINDOW(main_window),
"authors", authors,
@@ -1399,6 +1400,7 @@ static gboolean info_button_clicked_cb(GtkButton *button, gpointer user_data)
"comments", comments,
"website", website,
"website-label", website_label,
+ "translator-credits", translators,
NULL);
return TRUE;
}