[gnome-contacts] Mark forgotten string as translatable
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Mark forgotten string as translatable
- Date: Sun, 31 Mar 2013 15:20:42 +0000 (UTC)
commit e694eb990b629e8e69e5c6bb314ff8f18f84ea9f
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sun Mar 31 17:19:31 2013 +0200
Mark forgotten string as translatable
src/contacts-contact-pane.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index 76a3235..5849bc0 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -502,7 +502,7 @@ public class Contacts.ContactPane : Notebook {
image.get_style_context ().add_class ("dim-label");
box.add (image);
- var label = new Gtk.Label ("Select a contact");
+ var label = new Gtk.Label (_("Select a contact"));
box.add (label);
no_selection_frame.add (box);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]