From fdc1ac9d05b00b0fb0b772fea946224d360b9f49 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 26 May 2010 19:56:52 +0200 Subject: Updated translators in contributors dialog --- src/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 1ce5d47..d30bf73 100644 --- a/src/main.c +++ b/src/main.c @@ -111,7 +111,10 @@ 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"; + const gchar *translators = + "Español: Itxaka Serrano\n" + "Français: Christophe Fergeau\n" + ; gtk_show_about_dialog(GTK_WINDOW(main_window), "authors", authors, -- cgit v1.1-32-gdbae