clutter-main: Reword translator comment for default:LTR
This makes it much clearer, and fixes some typos in the original. https://bugzilla.gnome.org/show_bug.cgi?id=659893
This commit is contained in:
parent
a23e59bd66
commit
d3bafc4b09
@ -483,11 +483,12 @@ clutter_get_text_direction (void)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Translate to default:RTL if you want your widgets
|
/* Translators: Leave this UNTRANSLATED if your language is
|
||||||
* to be RTL, otherwise translate to default:LTR.
|
* left-to-right. If your language is right-to-left
|
||||||
|
* (e.g. Hebrew, Arabic), translate it to "default:RTL".
|
||||||
*
|
*
|
||||||
* Do *not* translate it to "predefinito:LTR": if it
|
* Do NOT translate it to non-English e.g. "predefinito:LTR"! If
|
||||||
* it isn't default:LTR or default:RTL it will not work
|
* it isn't default:LTR or default:RTL it will not work.
|
||||||
*/
|
*/
|
||||||
char *e = _("default:LTR");
|
char *e = _("default:LTR");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user