[gnome-control-center] user-accounts: Make login history dialog title translatable



commit 7f1809e8c9469af8f4a85675993ed4a0ae4e5690
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date:   Tue Mar 5 11:28:00 2013 +0000

    user-accounts: Make login history dialog title translatable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=695202

 panels/user-accounts/data/history-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/user-accounts/data/history-dialog.ui b/panels/user-accounts/data/history-dialog.ui
index c0344ac..95ef411 100644
--- a/panels/user-accounts/data/history-dialog.ui
+++ b/panels/user-accounts/data/history-dialog.ui
@@ -3,7 +3,7 @@
   <!-- interface-requires gtk+ 3.8 -->
   <object class="GtkDialog" id="dialog">
     <property name="can_focus">False</property>
-    <property name="title">Login History</property>
+    <property name="title" translatable="yes">Login History</property>
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="window_position">center-on-parent</property>


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