[Xfce4-commits] [xfce/thunar] 01/01: Rename Camelcase to Title Case (Bug #15579)

noreply at xfce.org noreply at xfce.org
Sun Jun 9 13:55:41 CEST 2019


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit bec303d43a62e0511e9a11a3e6bac9cc80221c0f
Author: Andre Miranda <andreldm at xfce.org>
Date:   Sun Jun 9 08:52:27 2019 -0300

    Rename Camelcase to Title Case (Bug #15579)
---
 plugins/thunar-sbr/thunar-sbr-enum-types.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/thunar-sbr/thunar-sbr-enum-types.c b/plugins/thunar-sbr/thunar-sbr-enum-types.c
index 1368cee..50b903f 100644
--- a/plugins/thunar-sbr/thunar-sbr-enum-types.c
+++ b/plugins/thunar-sbr/thunar-sbr-enum-types.c
@@ -92,7 +92,7 @@ thunar_sbr_register_enum_types (ThunarxProviderPlugin *plugin)
   {
     { THUNAR_SBR_CASE_RENAMER_MODE_LOWER,       "THUNAR_SBR_CASE_RENAMER_MODE_LOWER",       N_ ("lowercase"),                 },
     { THUNAR_SBR_CASE_RENAMER_MODE_UPPER,       "THUNAR_SBR_CASE_RENAMER_MODE_UPPER",       N_ ("UPPERCASE"),                 },
-    { THUNAR_SBR_CASE_RENAMER_MODE_CAMEL,       "THUNAR_SBR_CASE_RENAMER_MODE_CAMEL",       N_ ("Camelcase"),                 },
+    { THUNAR_SBR_CASE_RENAMER_MODE_CAMEL,       "THUNAR_SBR_CASE_RENAMER_MODE_CAMEL",       N_ ("Title Case"),                 },
     { THUNAR_SBR_CASE_RENAMER_MODE_FIRST_UPPER, "THUNAR_SBR_CASE_RENAMER_MODE_FIRST_UPPER", N_ ("First character uppercase"), },
     { 0,                                        NULL,                                       NULL,                             },
   };

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list