[gnome-photos] Mark a string as translatable



commit 9849bcab138cb143220069399ae6ac4243a58941
Author: Yosef Or Boczko <yoseforb src gnome org>
Date:   Thu Mar 12 23:21:14 2015 +0200

    Mark a string as translatable

 src/photos-delete-notification.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-delete-notification.c b/src/photos-delete-notification.c
index 13ccd96..eedd7df 100644
--- a/src/photos-delete-notification.c
+++ b/src/photos-delete-notification.c
@@ -138,7 +138,7 @@ photos_delete_notification_constructed (GObject *object)
       const gchar *name;
 
       name = photos_base_item_get_name_with_fallback (PHOTOS_BASE_ITEM (priv->items->data));
-      msg = g_strdup_printf ("ā€œ%sā€ deleted", name);
+      msg = g_strdup_printf (_("ā€œ%sā€ deleted"), name);
     }
   else
     msg = g_strdup_printf (ngettext ("%d item deleted", "%d items deleted", length), length);


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