[gimp] app: Clarify message shown in unstable builds
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Clarify message shown in unstable builds
- Date: Mon, 31 Aug 2015 13:19:58 +0000 (UTC)
commit 74bc0346384335c8c6b296bb09cff7ea8dbc0517
Author: Mukund Sivaraman <muks banu com>
Date: Mon Aug 31 18:49:37 2015 +0530
app: Clarify message shown in unstable builds
app/display/gimpdisplayshell-callbacks.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-callbacks.c b/app/display/gimpdisplayshell-callbacks.c
index f936b0a..db2e04c 100644
--- a/app/display/gimpdisplayshell-callbacks.c
+++ b/app/display/gimpdisplayshell-callbacks.c
@@ -531,10 +531,10 @@ gimp_display_shell_canvas_draw_drop_zone (GimpDisplayShell *shell,
short_hash = g_strdup (version + strlen (version) - 7);
msg = g_strdup_printf (_("<big>Unstable Development Version</big>\n\n"
"<small>commit <tt>%s</tt></small>\n\n"
- "<small>Please build latest "
- "git master before\n"
- "reporting any bugs against "
- "this version.</small>"), short_hash);
+ "<small>Please test bugs against "
+ "latest git master branch\n"
+ "before reporting them.</small>"),
+ short_hash);
pango_layout_set_markup (layout, msg, -1);
g_free (msg);
g_free (short_hash);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]