[gnome-bluetooth] all: Ellipsis changes



commit 5c5a1269aa42b031c0f9b24e1a64318c01c5d7a8
Author: Philip Withnall <bugzilla tecnocode co uk>
Date:   Fri Sep 18 13:24:00 2009 +0000

    all: Ellipsis changes
    
    Changes "..." to "…"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593564

 lib/bluetooth-chooser-button.c |    2 +-
 lib/bluetooth-chooser.c        |    4 ++--
 sendto/main.c                  |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/lib/bluetooth-chooser-button.c b/lib/bluetooth-chooser-button.c
index ed330a2..0a8ab16 100644
--- a/lib/bluetooth-chooser-button.c
+++ b/lib/bluetooth-chooser-button.c
@@ -72,7 +72,7 @@ static GtkButtonClass *parent_class;
 
 G_DEFINE_TYPE(BluetoothChooserButton, bluetooth_chooser_button, GTK_TYPE_BUTTON);
 
-#define DEFAULT_STR N_("Click to select device...")
+#define DEFAULT_STR N_("Click to select device…")
 
 static void
 set_btdevname (BluetoothChooserButton *button, const char *bdaddr, const char *name, const char *icon)
diff --git a/lib/bluetooth-chooser.c b/lib/bluetooth-chooser.c
index 1cac781..42edc32 100644
--- a/lib/bluetooth-chooser.c
+++ b/lib/bluetooth-chooser.c
@@ -177,7 +177,7 @@ set_search_label (BluetoothChooser *self, gboolean state)
        } else {
                gtk_widget_show (priv->spinner);
                gtk_spinner_start (GTK_SPINNER (priv->spinner));
-               gtk_label_set_text (GTK_LABEL (priv->search_label), _("Searching for devices..."));
+               gtk_label_set_text (GTK_LABEL (priv->search_label), _("Searching for devices…"));
        }
 }
 
@@ -801,7 +801,7 @@ bluetooth_chooser_init(BluetoothChooser *self)
        priv->spinner = gtk_spinner_new ();
        gtk_container_add (GTK_CONTAINER (hbox), priv->spinner);
        gtk_widget_show (priv->spinner);
-       priv->search_label = gtk_label_new (_("Searching for devices..."));
+       priv->search_label = gtk_label_new (_("Searching for devices…"));
        gtk_container_add (GTK_CONTAINER (hbox), priv->search_label);
        gtk_widget_show (priv->search_label);
        gtk_widget_show (hbox);
diff --git a/sendto/main.c b/sendto/main.c
index 299913e..3b0d6bf 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]