Remove references to a "2D/3D chess game"

Might not be 3D for much longer, and 3D is no longer an awesome feature
so there's no point in advertising it.
This commit is contained in:
Michael Catanzaro 2014-06-24 21:06:43 -05:00
parent 48f0c00d3b
commit 998150dddf
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
.TH "GNOME CHESS" "6" "2014\-02\-15" "GNOME"
.TH "GNOME CHESS" "6" "2014\-06\-24" "GNOME"
.SH "NAME"
gnome-chess \(em A simple chess application for GNOME
.SH "SYNOPSIS"
@ -6,7 +6,7 @@ gnome-chess \(em A simple chess application for GNOME
\fBgnome-chess\fR
.SH "DESCRIPTION"
.PP
\fBgnome-chess\fR is a 2D/3D chess application, previously known as glchess.
\fBgnome-chess\fR is a chess application, previously known as glchess.
It supports both CECP- and UCI-compatible artificial intelligences.
.PP
More information can be found at https://wiki.gnome.org/Apps/Chess

View file

@ -2002,7 +2002,7 @@ public class ChessApplication : Gtk.Application
about_dialog.version = VERSION;
about_dialog.copyright = "Copyright © 20102013 Robert Ancell\nCopyright © 20132014 Michael Catanzaro";
about_dialog.license_type = Gtk.License.GPL_2_0;
about_dialog.comments = _("The 2D/3D chess game for GNOME\n\nGNOME Chess is a part of GNOME Games.");
about_dialog.comments = _("A classic game of positional strategy\n\nGNOME Chess is a part of GNOME Games.");
about_dialog.authors = authors;
about_dialog.artists = artists;
about_dialog.translator_credits = _("translator-credits");