[glade] Correctly capitalize a title



commit 9d829befbfdfbefd160616e7f79edd88d92fd48a
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Mar 3 18:20:51 2014 +0100

    Correctly capitalize a title

 src/glade.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/glade.glade b/src/glade.glade
index d58d3d3..ffdb768 100644
--- a/src/glade.glade
+++ b/src/glade.glade
@@ -426,7 +426,7 @@ Andreas Nilsson &lt;andreas andreasn se&gt;</property>
     </child>
     <child>
       <object class="GtkAction" id="registration_action">
-        <property name="label" translatable="yes">Registration &amp; User survey</property>
+        <property name="label" translatable="yes">Registration &amp; User Survey</property>
         <property name="tooltip" translatable="yes">Help us improve Glade by registering and completing the 
user survey!</property>
         <signal name="activate" handler="on_registration_action_activate" swapped="no"/>
       </object>


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