maxerba pushed a commit to branch master.

commit b2d2101ee033f651e0f32f620d53050ab13361ed
Author: maxerba <[email protected]>
Date:   Sun Jun 16 16:41:30 2013 +0200

    Similar messages were in src/bin/e_configure_option.c, the only difference 
was the case of some initials.
    Making them the same we save some duplicates in pot file.
---
 src/modules/conf_window_manipulation/e_int_config_window_display.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/conf_window_manipulation/e_int_config_window_display.c 
b/src/modules/conf_window_manipulation/e_int_config_window_display.c
index 5d58e92..6da79be 100644
--- a/src/modules/conf_window_manipulation/e_int_config_window_display.c
+++ b/src/modules/conf_window_manipulation/e_int_config_window_display.c
@@ -214,15 +214,15 @@ _basic_create(E_Config_Dialog *cfd __UNUSED__, Evas 
*evas, E_Config_Dialog_Data
    e_widget_check_widget_disable_on_unchecked_add(oc, ow);
    e_widget_list_object_append(ol, ow, 1, 1, 0.5);
 
-   ow = e_widget_radio_add(evas, _("Pronounced Accelerate"), 
E_TRANSITION_ACCELERATE_LOTS, rg);
+   ow = e_widget_radio_add(evas, _("Pronounced accelerate"), 
E_TRANSITION_ACCELERATE_LOTS, rg);
    e_widget_check_widget_disable_on_unchecked_add(oc, ow);
    e_widget_list_object_append(ol, ow, 1, 1, 0.5);
 
-   ow = e_widget_radio_add(evas, _("Pronounced Decelerate"), 
E_TRANSITION_DECELERATE_LOTS, rg);
+   ow = e_widget_radio_add(evas, _("Pronounced decelerate"), 
E_TRANSITION_DECELERATE_LOTS, rg);
    e_widget_check_widget_disable_on_unchecked_add(oc, ow);
    e_widget_list_object_append(ol, ow, 1, 1, 0.5);
 
-   ow = e_widget_radio_add(evas, _("Pronounced Accelerate, then decelerate"), 
E_TRANSITION_SINUSOIDAL_LOTS, rg);
+   ow = e_widget_radio_add(evas, _("Pronounced accelerate, then decelerate"), 
E_TRANSITION_SINUSOIDAL_LOTS, rg);
    e_widget_check_widget_disable_on_unchecked_add(oc, ow);
    e_widget_list_object_append(ol, ow, 1, 1, 0.5);
 

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to