[gnome-builder/wip/chergert/git-oop: 7/12] add ellipsis
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/git-oop: 7/12] add ellipsis
- Date: Thu, 21 Mar 2019 05:13:55 +0000 (UTC)
commit fe650321838a1cee581f748a350c67fcdea1e6c1
Author: Christian Hergert <chergert redhat com>
Date: Wed Mar 20 15:19:34 2019 -0700
add ellipsis
src/plugins/git/gbp-git-client.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/git/gbp-git-client.c b/src/plugins/git/gbp-git-client.c
index 91bba30a2..d94d58aed 100644
--- a/src/plugins/git/gbp-git-client.c
+++ b/src/plugins/git/gbp-git-client.c
@@ -704,7 +704,7 @@ gbp_git_client_clone_url_async (GbpGitClient *self,
if (notif != NULL)
{
token = gbp_git_client_track_progress (self, notif);
- ide_notification_set_title (notif, _("Cloning Repository"));
+ ide_notification_set_title (notif, _("Cloning Repository…"));
ide_notification_set_icon_name (notif, "builder-vcs-git-symbolic");
ide_notification_set_progress (notif, 0.0);
}
@@ -789,7 +789,7 @@ gbp_git_client_update_submodules_async (GbpGitClient *self,
if (notif != NULL)
{
token = gbp_git_client_track_progress (self, notif);
- ide_notification_set_title (notif, _("Updating Git Submodules"));
+ ide_notification_set_title (notif, _("Updating Git Submodules…"));
ide_notification_set_icon_name (notif, "builder-vcs-git-symbolic");
ide_notification_set_progress (notif, 0.0);
ide_task_set_task_data (task, g_strdup (token), g_free);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]