summaryrefslogtreecommitdiff
path: root/sendto
diff options
context:
space:
mode:
authorPhilip Withnall <bugzilla@tecnocode.co.uk>2009-09-18 13:24:00 +0000
committerBastien Nocera <hadess@hadess.net>2013-12-06 13:44:19 +0100
commit5c5a1269aa42b031c0f9b24e1a64318c01c5d7a8 (patch)
tree003e57757b72cd16a33fee52fa632e7200ff5de7 /sendto
parent0619f409e68e3bb538663a0b5a18ec119e2de44b (diff)
downloadgnome-bluetooth-5c5a1269aa42b031c0f9b24e1a64318c01c5d7a8.tar.gz
all: Ellipsis changes
Changes "..." to "…" https://bugzilla.gnome.org/show_bug.cgi?id=593564
Diffstat (limited to 'sendto')
-rw-r--r--sendto/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sendto/main.c b/sendto/main.c
index 299913e7..3b0d6bf5 100644
--- a/sendto/main.c
+++ b/sendto/main.c
@@ -375,7 +375,7 @@ static void response_callback(GtkWidget *dialog,
/* Reset status and progress bar */
gtk_progress_bar_set_text (GTK_PROGRESS_BAR (progress),
- _("Connecting..."));
+ _("Connecting…"));
gtk_label_set_text (GTK_LABEL (label_status), "");
gtk_widget_hide (image_status);
@@ -470,7 +470,7 @@ static void create_window(void)
gtk_progress_bar_set_ellipsize(GTK_PROGRESS_BAR(progress),
PANGO_ELLIPSIZE_END);
gtk_progress_bar_set_text(GTK_PROGRESS_BAR(progress),
- _("Connecting..."));
+ _("Connecting…"));
gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 0);
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 4);