[gnome-software] details-page: Fix translator comments



commit 089ef4b8f8bbdc4770b7a730c77c9dc361abcd1f
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Jan 25 16:19:15 2018 +0100

    details-page: Fix translator comments
    
    They need to be exactly one line above
    the string for gettext to pick them up.

 src/gs-details-page.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gs-details-page.c b/src/gs-details-page.c
index 208384bb..992e87cd 100644
--- a/src/gs-details-page.c
+++ b/src/gs-details-page.c
@@ -459,16 +459,16 @@ gs_details_page_refresh_progress (GsDetailsPage *self)
                gtk_widget_set_visible (self->label_progress_status, TRUE);
                switch (action) {
                case GS_PLUGIN_ACTION_INSTALL:
-                       /* TRANSLATORS: This is a label on top of the app's progress
-                        * bar to inform the user that the app should be installed soon */
                        gtk_label_set_label (GTK_LABEL (self->label_progress_status),
+                                            /* TRANSLATORS: This is a label on top of the app's progress
+                                             * bar to inform the user that the app should be installed soon 
*/
                                             _("Pending installation…"));
                        break;
                case GS_PLUGIN_ACTION_UPDATE:
                case GS_PLUGIN_ACTION_UPGRADE_DOWNLOAD:
-                       /* TRANSLATORS: This is a label on top of the app's progress
-                        * bar to inform the user that the app should be updated soon */
                        gtk_label_set_label (GTK_LABEL (self->label_progress_status),
+                                            /* TRANSLATORS: This is a label on top of the app's progress
+                                             * bar to inform the user that the app should be updated soon */
                                             _("Pending update…"));
                        break;
                default:


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