[gnome-photos] search-type-manager: Restore the translator comment



commit 268dd0936f54a9d1db0215543afa669054bd04a7
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Mar 18 10:43:42 2015 +0100

    search-type-manager: Restore the translator comment
    
    After the recent introduction of action-id to PhotosBaseManager, the
    translator comment moved farther away from the actual string and got
    removed from the *.po files. So let's bring it closer.
    
    Fall out from 7d858930e0931cce494d1c961bc5431ebd9712e4

 src/photos-search-type-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-search-type-manager.c b/src/photos-search-type-manager.c
index 4c1c221..9abaab1 100644
--- a/src/photos-search-type-manager.c
+++ b/src/photos-search-type-manager.c
@@ -148,11 +148,11 @@ photos_search_type_manager_class_init (PhotosSearchTypeManagerClass *class)
 PhotosBaseManager *
 photos_search_type_manager_new (void)
 {
+  return g_object_new (PHOTOS_TYPE_SEARCH_TYPE_MANAGER,
+                       "action-id", "search-type",
   /* Translators: "Type" refers to a search filter. eg., All, Albums,
    * Favorites and Photos.
    */
-  return g_object_new (PHOTOS_TYPE_SEARCH_TYPE_MANAGER,
-                       "action-id", "search-type",
                        "title", C_("Search Filter", "Type"),
                        NULL);
 }


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