[gnome-disk-utility] Fix internationalization of about dialog



commit e55ff085be8b5e3fc4f8f7c2740785d3df4bb661
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Mon Jan 23 22:23:54 2012 +0100

    Fix internationalization of about dialog
    
    This patch marks program name as translatable, removes capitalization
    from description, and adds translator-credits.
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 data/ui/about-dialog.ui |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/about-dialog.ui b/data/ui/about-dialog.ui
index 7ff9c81..b5f9b50 100644
--- a/data/ui/about-dialog.ui
+++ b/data/ui/about-dialog.ui
@@ -8,12 +8,13 @@
     <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">dialog</property>
-    <property name="program_name">Disks</property>
+    <property name="program_name" translatable="yes">Disks</property>
     <property name="copyright" translatable="yes">Copyright  2008-2012 Red Hat, Inc.
 Copyright  2008-2012 David Zeuthen</property>
-    <property name="comments" translatable="yes">View, Modify and Configure Disks and Media</property>
+    <property name="comments" translatable="yes">View, modify and configure disks and media</property>
     <property name="website">http://live.gnome.org/Design/Apps/Disks</property>
     <property name="authors">David Zeuthen</property>
+    <property name="translator_credits" translatable="yes">translator-credits</property>
     <property name="logo_icon_name">palimpsest</property>
     <property name="license_type">lgpl-2-1</property>
     <child internal-child="vbox">



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