[gnome-photos] Mark a string as translatable
- From: Yosef Or Boczko <yoseforb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] Mark a string as translatable
- Date: Thu, 12 Mar 2015 21:21:43 +0000 (UTC)
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]