[gimp] app: "validate" has the wrong meaning.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: "validate" has the wrong meaning.
- Date: Sun, 13 May 2018 19:54:01 +0000 (UTC)
commit 6a10ad34166d3256cd70417afb2f947fb533f596
Author: Jehan <jehan girinstud io>
Date: Sun May 13 21:50:35 2018 +0200
app: "validate" has the wrong meaning.
That was an obvious faux ami with French.
Status changed to "press Enter to refine", with the requirement of
staying not too long (this is a status message, not documentation), and
that also announces what will be the next step.
app/tools/gimpforegroundselecttool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpforegroundselecttool.c b/app/tools/gimpforegroundselecttool.c
index 03b03b2..1b24f9e 100644
--- a/app/tools/gimpforegroundselecttool.c
+++ b/app/tools/gimpforegroundselecttool.c
@@ -613,7 +613,7 @@ gimp_foreground_select_tool_oper_update (GimpTool *tool,
if (gimp_free_select_tool_get_n_points (GIMP_FREE_SELECT_TOOL (tool)) > 2)
{
status_mode = _("Roughly outline the object to extract");
- status_stage = _("press Enter to validate.");
+ status_stage = _("press Enter to refine.");
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]