[gnome-software] Fix a translator comment



commit 7f0a1fe2b648aeb8a5b242e1115fda3af576da91
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Jul 19 16:19:33 2018 +0200

    Fix a translator comment

 src/gs-updates-section.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-updates-section.c b/src/gs-updates-section.c
index 38c9b802..222c062f 100644
--- a/src/gs-updates-section.c
+++ b/src/gs-updates-section.c
@@ -242,10 +242,10 @@ _update_buttons (GsUpdatesSection *self)
 
        if (self->kind == GS_UPDATES_SECTION_KIND_OFFLINE_FIRMWARE ||
            self->kind == GS_UPDATES_SECTION_KIND_OFFLINE) {
-               /* TRANSLATORS: This is the button for upgrading all
-                * offline updates */
                gtk_stack_set_visible_child_name (self->button_stack, "update");
                gtk_widget_show (GTK_WIDGET (self->button_stack));
+               /* TRANSLATORS: This is the button for upgrading all
+                * offline updates */
                gtk_button_set_label (GTK_BUTTON (self->button), _("Restart & Update"));
        } else if (self->kind == GS_UPDATES_SECTION_KIND_ONLINE) {
                gtk_stack_set_visible_child_name (self->button_stack, "update");


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