From 76a1869f015fab685cd8a5f3d2c3afed605d5ac9 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 13 Feb 2007 08:10:46 +0000 Subject: [PATCH] corrected string (bug #407214). 2007-02-13 Sven Neumann * modules/controller_linux_input.c (key_events): corrected string (bug #407214). svn path=/trunk/; revision=21908 --- ChangeLog | 5 +++++ modules/controller_linux_input.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c541a37ce0..28013ddd5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-13 Sven Neumann + + * modules/controller_linux_input.c (key_events): corrected string + (bug #407214). + 2007-02-13 Sven Neumann * app/widgets/gimpcontrollerlist.c (gimp_controller_list_edit_clicked): diff --git a/modules/controller_linux_input.c b/modules/controller_linux_input.c index 4acc1d63f7..f8c7331161 100644 --- a/modules/controller_linux_input.c +++ b/modules/controller_linux_input.c @@ -72,7 +72,7 @@ static const LinuxInputEvent key_events[] = { BTN_SIDE, "button-side", N_("Button Side") }, { BTN_EXTRA, "button-extra", N_("Button Extra") }, { BTN_FORWARD, "button-forward", N_("Button Forward") }, - { BTN_BACK, "button-back", N_("Button Forward") }, + { BTN_BACK, "button-back", N_("Button Back") }, { BTN_TASK, "button-task", N_("Button Task") }, #ifdef BTN_WHEEL { BTN_WHEEL, "button-wheel", N_("Button Wheel") },