~ubuntu-branches/debian/sid/freeciv/sid

« back to all changes in this revision

Viewing changes to client/gui-gtk-2.0/mapview.c

  • Committer: Package Import Robot
  • Author(s): Karl Goetz
  • Date: 2011-12-31 11:39:58 UTC
  • mfrom: (1.2.20)
  • Revision ID: package-import@ubuntu.com-20111231113958-laureotb00yk2331
Tags: 2.3.1-1
* Switch to short style dh with overrides
  - Update control to 7.0.50 and compat to 7
  - Various packaging cleanups, fixes various issues with our
    packaging that appears to have been broken for some time.
* Change our dependency away from ttf-sazanami-gothic per the
  request of its maintainer (Closes: #642944)
* New package freeciv-client-extras with freeciv-modpack in it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
 
174
174
  /* update tooltips. */
175
175
  gtk_tooltips_set_tip(main_tips, econ_ebox,
176
 
                       _("Shows your current luxury/science/tax rates;"
 
176
                       _("Shows your current luxury/science/tax rates; "
177
177
                         "click to toggle them."), "");
178
178
 
179
179
  gtk_tooltips_set_tip(main_tips, bulb_ebox, get_bulb_tooltip(), "");