~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/rcm/rcm_stock.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
static GtkStockItem rcm_stock_items[] =
33
33
{
34
34
  { STOCK_COLORMAP_SWITCH_CLOCKWISE,
35
 
    N_("Switch to clockwise"),    0, 0, NULL },
 
35
    N_("Switch to Clockwise"),    0, 0, NULL },
36
36
  { STOCK_COLORMAP_SWITCH_COUNTERCLOCKWISE,
37
 
    N_("Switch to c/clockwise"),  0, 0, NULL },
 
37
    N_("Switch to C/Clockwise"),  0, 0, NULL },
38
38
  { STOCK_COLORMAP_CHANGE_ORDER,
39
 
    N_("Change order of arrows"), 0, 0, NULL },
 
39
    N_("Change Order of Arrows"), 0, 0, NULL },
40
40
  { STOCK_COLORMAP_SELECT_ALL,
41
 
    N_("Select all"),             0, 0, NULL }
 
41
    N_("Select All"),             0, 0, NULL }
42
42
};
43
43
 
44
44