summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-05-26 19:56:52 +0200
committerGravatar Martin Szulecki2010-05-27 00:45:59 +0200
commitfdc1ac9d05b00b0fb0b772fea946224d360b9f49 (patch)
treea6b07450708677c98dd95ba1c1a2e4b9951fb791 /src/main.c
parentb952193b787ce02d2497239645df01fb868f6ec9 (diff)
downloadsbmanager-fdc1ac9d05b00b0fb0b772fea946224d360b9f49.tar.gz
sbmanager-fdc1ac9d05b00b0fb0b772fea946224d360b9f49.tar.bz2
Updated translators in contributors dialog
Diffstat (limited to 'src/main.c')
-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,