[gimp] Proofreading: spacing, grammar
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Proofreading: spacing, grammar
- Date: Tue, 6 Apr 2010 20:11:04 +0000 (UTC)
commit be3642cd67dc4dd7eee338f4ddab6b40e5fef577
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Wed Apr 7 00:03:09 2010 +0400
Proofreading: spacing, grammar
app/actions/tool-preset-actions.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/actions/tool-preset-actions.c b/app/actions/tool-preset-actions.c
index 21e0504..62c765a 100644
--- a/app/actions/tool-preset-actions.c
+++ b/app/actions/tool-preset-actions.c
@@ -63,8 +63,8 @@ static const GimpActionEntry tool_preset_actions[] =
GIMP_HELP_TOOL_PRESET_COPY_LOCATION },
{ "tool-preset-delete", GTK_STOCK_DELETE,
- NC_("tool-preset-action", "_Delete ToolPreset"), "",
- NC_("tool-preset-action", "Delete this tool_preset"),
+ NC_("tool-preset-action", "_Delete Tool Preset"), "",
+ NC_("tool-preset-action", "Delete this tool preset"),
G_CALLBACK (data_delete_cmd_callback),
GIMP_HELP_TOOL_PRESET_DELETE },
@@ -78,8 +78,8 @@ static const GimpActionEntry tool_preset_actions[] =
static const GimpStringActionEntry tool_preset_edit_actions[] =
{
{ "tool-preset-edit", GTK_STOCK_EDIT,
- NC_("tool-preset-action", "_Edit ToolPreset..."), NULL,
- NC_("tool-preset-action", "Edit tool preset"),
+ NC_("tool-preset-action", "_Edit Tool Preset..."), NULL,
+ NC_("tool-preset-action", "Edit this tool preset"),
"gimp-tool-preset-editor",
GIMP_HELP_TOOL_PRESET_EDIT }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]