[gimp] app: fix a typo
- From: Mikael Magnusson <mikachu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix a typo
- Date: Sat, 12 Feb 2011 17:18:59 +0000 (UTC)
commit 8e49a5fafb899dbc2e37380bd922b202ee8e4b8c
Author: Mikael Magnusson <mikachu src gnome org>
Date: Sat Feb 12 18:16:05 2011 +0100
app: fix a typo
app/widgets/gimptoolpreseteditor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/widgets/gimptoolpreseteditor.c b/app/widgets/gimptoolpreseteditor.c
index 1fd82e9..1aa64b6 100644
--- a/app/widgets/gimptoolpreseteditor.c
+++ b/app/widgets/gimptoolpreseteditor.c
@@ -128,8 +128,8 @@ gimp_tool_preset_editor_constructed (GObject *object)
FALSE, FALSE, 0);
gtk_widget_show (button);
- button = gimp_prop_check_button_new (G_OBJECT (preset), "use-palette"
- , _("Apply stored pallete"));
+ button = gimp_prop_check_button_new (G_OBJECT (preset), "use-palette",
+ _("Apply stored palette"));
gtk_box_pack_start (GTK_BOX (data_editor), button,
FALSE, FALSE, 0);
gtk_widget_show (button);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]