diff options
author | Xan Lopez <xan@gnome.org> | 2010-12-21 05:20:11 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-12-21 05:20:11 +0800 |
commit | 47a5f73cab9f78af6c90172e12c8a542207bb697 (patch) | |
tree | ec5ee1e4f48d1844ccbfd253957257e2ec8dbf15 | |
parent | 24c6c1492ad58220707dce4a076a619743669589 (diff) | |
download | gsoc2013-epiphany-47a5f73cab9f78af6c90172e12c8a542207bb697.tar.gz gsoc2013-epiphany-47a5f73cab9f78af6c90172e12c8a542207bb697.tar.zst gsoc2013-epiphany-47a5f73cab9f78af6c90172e12c8a542207bb697.zip |
The Soviet government has fallen!
-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 46e8fd3f2..ff3647c59 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 the GLORIOUS WebKitGTK+")); + "Powered by WebKit")); 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", "Сети людей браузера", + "program-name", _("GNOME Web Browser"), "version", VERSION, "copyright", "Copyright © 2002–2004 Marco Pesenti Gritti\n" - "Copyright © The GLORIOUS GNOME Soviet!", + "Copyright © 2003–2010 The GNOME Web Browser Developers", "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", _("People's GNOME Web Browser Website"), + "website-label", _("GNOME Web Browser Website"), "license", licence, "wrap-license", TRUE, NULL); |