[almanah] Fix a translator comment



commit 3164b617397e9d5a7c79f663585dcf808bb76c0d
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Thu Jan 26 04:20:12 2017 +0100

    Fix a translator comment
    
    They need to be exactly one line above a string to show up in .po files.

 src/import-export-dialog.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/import-export-dialog.c b/src/import-export-dialog.c
index 2491cf2..4fa4661 100644
--- a/src/import-export-dialog.c
+++ b/src/import-export-dialog.c
@@ -205,8 +205,9 @@ almanah_import_export_dialog_new (AlmanahStorageManager *storage_manager, gboole
        /* Set the window title */
        gtk_window_set_title (GTK_WINDOW (import_export_dialog), (import == TRUE) ? _("Import Entries") : 
_("Export Entries"));
 
-       /* Set the button label. Translators: These are verbs. */
+       /* Set the button label. */
        gtk_button_set_label (GTK_BUTTON (priv->import_export_button),
+                             /* Translators: These are verbs. */
                              (import == TRUE) ? C_("Dialog button", "_Import") : C_("Dialog button", 
"_Export"));
 
        /* Populate the mode combo box */


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