diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2014-03-03 18:17:55 +0100 |
---|---|---|
committer | Piotr Drąg <piotrdrag@gmail.com> | 2014-03-03 18:17:55 +0100 |
commit | fc4554d247199407f4226e997b4ff7a7b66c70ca (patch) | |
tree | fcf12df593bef01626ddd63b35991c8f23f205dd /gladeui | |
parent | 5d58bbf3821ff1aad51089063ff463a83a59f176 (diff) | |
download | glade-fc4554d247199407f4226e997b4ff7a7b66c70ca.tar.gz |
Correctly capitalize CSS in strings
Diffstat (limited to 'gladeui')
-rw-r--r-- | 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 53b27bc9..13573546 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); |