~ubuntu-branches/ubuntu/lucid/gbrainy/lucid

« back to all changes in this revision

Viewing changes to src/Dialogs/AboutDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals, Jo Shields, Siegfried-Angel Gevatter Pujals
  • Date: 2009-11-17 19:23:40 UTC
  • mfrom: (1.3.1 upstream) (9.1.8 karmic)
  • Revision ID: james.westby@ubuntu.com-20091117192340-ek9lvn4ag5913tg7
Tags: 1.20-1
[ Jo Shields ]
* debian/rules
  + Policy-compliant location for get-orig-source rule
  + Remove spurious call to --repack in get-orig-source rule

[ Siegfried-Angel Gevatter Pujals ]
* New upstream release:
  + Six new games, including a new game type (verbal analogies).
  + Bug fixes and new translations.
* Bump Standards-Version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                        "Openclipart.org"
43
43
                };
44
44
 
45
 
                // Name of the people that translated the application
 
45
                // Translators: Replace by the name of the people that translated the application
46
46
                string translators = Catalog.GetString ("translator-credits");
47
47
 
48
48
                if (translators == "translator-credits")
61
61
                Copyright = "(c) 2007-2009 Jordi Mas i Hernandez\n";
62
62
                Copyright += Catalog.GetString ("Based on ideas by Terry Stickels, MENSA books and Jordi Mas.");
63
63
 
64
 
                Comments = Catalog.GetString ("A brain teaser and trainer game to have fun and to keep your brain trained.");
 
64
                Comments = Catalog.GetString ("A brain teaser game for fun and to keep your brain trained.");
65
65
                Website = "http://live.gnome.org/gbrainy";
66
66
                WebsiteLabel = Catalog.GetString ("gbrainy web site");
67
67
                TranslatorCredits = translators;