[gnome-software] trivial: Remove double ellipsis



commit 8a4fbaf5270d46307981e7b4c553d0056f336c0e
Author: Kalev Lember <klember redhat com>
Date:   Tue Feb 27 00:01:21 2018 +0100

    trivial: Remove double ellipsis
    
    Thanks to Piotr Drąg for pointing it out!

 src/gs-third-party-repo-row.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-third-party-repo-row.c b/src/gs-third-party-repo-row.c
index 174429ce..e13b0082 100644
--- a/src/gs-third-party-repo-row.c
+++ b/src/gs-third-party-repo-row.c
@@ -86,7 +86,7 @@ refresh_ui (GsThirdPartyRepoRow *row)
                /* TRANSLATORS: this is a button next to the search results that
                 * allows the application to be easily installed.
                 * The ellipsis indicates that further steps are required */
-               gtk_button_set_label (GTK_BUTTON (priv->button), _("_Install……"));
+               gtk_button_set_label (GTK_BUTTON (priv->button), _("_Install…"));
                /* enable button */
                gtk_widget_set_sensitive (priv->button, TRUE);
                break;


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