On Sun, 16 Dec 2012 17:34:06 +0400 Igor Murzov
<intergalactic.anonym...@gmail.com> said:

it would appear mixe put these in already... tho no ack on this list.. so
'ack' :)

> Hi list
> 
> Here are four patches:
> 
>  * Fix mismatching parameters for e_action_predef_name_{set,del}(). 
>    This patch fixes mismatching parameters for e_action_predef_name_set()
>    and  e_action_predef_name_del(). These mismatches are mostly regressions
>    introduced by developers changing parameter for one of these functions and
>    forgetting to do the same for another one as in r79720.
> 
>  * Store and handle action names correctly.
>    Most of the time e_action_predef_name_set() is used correctly like this:
>     
>      e_action_predef_name_set(N_("Pager"), N_("Popup Desk Right"), ...
>     
>    but sometimes it is used this way:
>     
>      e_action_predef_name_set(_("Tiling"), _(_title), ...
>     
>    which is totally wrong. Localized strings are not appropriate for
>    internal usage. Depending on translations internally could lead to any
>    kind of weird unreproducible bugs. Anyway action names are translated
>    later when they are shown in the GUI, so there is no need to try to
>    translate them twice.
>     
>    As a side effect, this patch makes some more messages translatable.
> 
>  * Show Everything plugin's names translated in the settings dialog.
>    Plugin's names are translated everywhere except in the settings dialog.
> 
>  * Use gettext correctly to translate the "Icon %s" message.
> 
> 
> -- Igor


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to