[glade] Correctly capitalize CSS in strings



commit fc4554d247199407f4226e997b4ff7a7b66c70ca
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Mar 3 18:17:55 2014 +0100

    Correctly capitalize CSS in strings

 gladeui/glade-project.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gladeui/glade-project.c b/gladeui/glade-project.c
index 53b27bc..1357354 100644
--- a/gladeui/glade-project.c
+++ b/gladeui/glade-project.c
@@ -1026,8 +1026,8 @@ glade_project_class_init (GladeProjectClass *klass)
 
   glade_project_props[PROP_CSS_PROVIDER_PATH] =
     g_param_spec_string ("css-provider-path",
-                         _("Css Provider Path"),
-                         _("Path to use as the custom css provider for this project."),
+                         _("CSS Provider Path"),
+                         _("Path to use as the custom CSS provider for this project."),
                          NULL,
                          G_PARAM_READWRITE);
 


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