[gthumb] photo importer: use the same message used in the browser



commit 5d47e70d73f2f81e266eeb0f9ee43fc05b02c646
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Nov 10 09:38:33 2013 +0100

    photo importer: use the same message used in the browser

 extensions/photo_importer/dlg-photo-importer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/photo_importer/dlg-photo-importer.c b/extensions/photo_importer/dlg-photo-importer.c
index 1f4d62c..20c5b43 100644
--- a/extensions/photo_importer/dlg-photo-importer.c
+++ b/extensions/photo_importer/dlg-photo-importer.c
@@ -366,7 +366,7 @@ list_source_files (gpointer user_data)
                return;
        }
 
-       gth_file_list_clear (GTH_FILE_LIST (data->file_list), _("Getting folder listing…"));
+       gth_file_list_clear (GTH_FILE_LIST (data->file_list), _("Getting the folder content…"));
 
        data->loading_list = TRUE;
        list = g_list_prepend (NULL, data->source);


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