~ml-launchpad/ubuntu/natty/gcompris/fix-for-777349

« back to all changes in this revision

Viewing changes to src/gcompris/board_config_wordlist.c

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
 
207
207
        gtk_widget_show(combo_lang);
208
208
        hbox = gtk_hbox_new(FALSE, 8);
209
 
        label = gtk_label_new(_("Language:"));
 
209
        label = gtk_label_new(_("Choice of the language"));
210
210
        gtk_widget_show(label);
211
211
        gtk_widget_show(hbox);
212
212
        gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 8);
218
218
 
219
219
        gtk_widget_show(combo_level);
220
220
        hbox = gtk_hbox_new(FALSE, 8);
221
 
        label = gtk_label_new(_("Level:"));
 
221
        label = gtk_label_new(_("Choice of the level"));
222
222
        gtk_widget_show(label);
223
223
        gtk_widget_show(hbox);
224
224
        gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 8);