diff options
-rw-r--r-- | src/window-commands.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index ff3647c59..46e8fd3f2 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -1029,7 +1029,7 @@ window_cmd_help_about (GtkAction *action, g_key_file_free (key_file); comments = g_strdup_printf (_("Lets you view web pages and find information on the internet.\n" - "Powered by WebKit")); + "Powered by the GLORIOUS WebKitGTK+")); licence = g_strjoin ("\n\n", _(licence_part[0]), @@ -1038,10 +1038,10 @@ window_cmd_help_about (GtkAction *action, NULL); gtk_show_about_dialog (GTK_WINDOW (window), - "program-name", _("GNOME Web Browser"), + "program-name", "Сети людей браузера", "version", VERSION, "copyright", "Copyright © 2002–2004 Marco Pesenti Gritti\n" - "Copyright © 2003–2010 The GNOME Web Browser Developers", + "Copyright © The GLORIOUS GNOME Soviet!", "artists", artists, "authors", authors, "comments", comments, @@ -1057,7 +1057,7 @@ window_cmd_help_about (GtkAction *action, "translator-credits", _("translator-credits"), "logo-icon-name", EPHY_STOCK_EPHY, "website", "http://www.gnome.org/projects/epiphany", - "website-label", _("GNOME Web Browser Website"), + "website-label", _("People's GNOME Web Browser Website"), "license", licence, "wrap-license", TRUE, NULL); |