[gnome-builder] pipeline: remove … from Ready
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] pipeline: remove … from Ready
- Date: Sun, 26 Nov 2017 04:36:20 +0000 (UTC)
commit b3f7802c049cdaf449268e5dbef181a7acd2a54e
Author: Christian Hergert <chergert redhat com>
Date: Sat Nov 25 20:36:06 2017 -0800
pipeline: remove … from Ready
src/libide/buildsystem/ide-build-pipeline.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libide/buildsystem/ide-build-pipeline.c b/src/libide/buildsystem/ide-build-pipeline.c
index e9fc641..e7d6dbd 100644
--- a/src/libide/buildsystem/ide-build-pipeline.c
+++ b/src/libide/buildsystem/ide-build-pipeline.c
@@ -2518,7 +2518,7 @@ ide_build_pipeline_get_message (IdeBuildPipeline *self)
if (self->failed)
return g_strdup (_("Failed"));
else if (!self->busy)
- return g_strdup (_("Ready…"));
+ return g_strdup (_("Ready"));
if (self->current_stage != NULL)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]