[gnome-builder/gnome-builder-3-24] Changed name of the window "Run Output" to "Application Output"
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-24] Changed name of the window "Run Output" to "Application Output"
- Date: Mon, 10 Apr 2017 20:00:40 +0000 (UTC)
commit 44098232028c14d8dabc8a5f187baf6065863df9
Author: Peter Sonntag <peter sonniger-tag eu>
Date: Thu Apr 6 22:17:12 2017 +0200
Changed name of the window "Run Output" to "Application Output"
https://bugzilla.gnome.org/show_bug.cgi?id=780848
plugins/terminal/gb-terminal-workbench-addin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/terminal/gb-terminal-workbench-addin.c b/plugins/terminal/gb-terminal-workbench-addin.c
index 9c88900..70c5f4e 100644
--- a/plugins/terminal/gb-terminal-workbench-addin.c
+++ b/plugins/terminal/gb-terminal-workbench-addin.c
@@ -139,7 +139,7 @@ on_run_manager_run (GbTerminalWorkbenchAddin *self,
panel = g_object_new (PNL_TYPE_DOCK_WIDGET,
"child", self->run_terminal,
"expand", TRUE,
- "title", _("Run Output"),
+ "title", _("Application Output"),
"visible", TRUE,
NULL);
ide_set_weak_pointer (&self->run_panel, panel);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]