summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.c5
1 files changed, 4 insertions, 1 deletions
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,