Update translations.

Add translators to the About dialog.
This commit is contained in:
2011-03-04 17:42:32 +01:00
parent bd1b3adf56
commit 582b24562c
3 changed files with 41 additions and 32 deletions

View File

@@ -868,6 +868,7 @@ on_action_about (GtkAction *action, LdWindowMain *self)
gtk_show_about_dialog (GTK_WINDOW (self),
"program-name", PROJECT_NAME,
"version", PROJECT_VERSION,
"translator-credits", _("translator-credits"),
"copyright", "Copyright Přemysl Janouch 2010 - 2011",
"website", PROJECT_URL,
NULL);