summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-09-22 21:22:53 -0400
committerEmmanuele Bassi <ebassi@linux.intel.com>2011-09-23 17:53:12 +0100
commit896ecc4038c1caf6f5164844fd8d9132725a3d1d (patch)
tree7ef4b2d6d9cd5794aad7b82c26367bcd257d5589
parent3c42278b89c4c98fa12bd0a31cd63b1de6e9b5e2 (diff)
downloadclutter-896ecc4038c1caf6f5164844fd8d9132725a3d1d.tar.gz
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
-rw-r--r--clutter/clutter-main.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/clutter/clutter-main.c b/clutter/clutter-main.c
index 7a2cdcd6a..9789edbbb 100644
--- a/clutter/clutter-main.c
+++ b/clutter/clutter-main.c
@@ -482,11 +482,12 @@ clutter_get_text_direction (void)
}
else
{
- /* Translate to default:RTL if you want your widgets
- * to be RTL, otherwise translate to default:LTR.
+ /* Translators: Leave this UNTRANSLATED if your language is
+ * 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
- * it isn't default:LTR or default:RTL it will not work
+ * Do NOT translate it to non-English e.g. "predefinito:LTR"! If
+ * it isn't default:LTR or default:RTL it will not work.
*/
char *e = _("default:LTR");