<div class="gmail_quote">On Wed, Feb 17, 2010 at 10:42 PM, Christophe Mutricy <span dir="ltr"><<a href="mailto:xtophe@chewa.net">xtophe@chewa.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
>  #define I_OP_OPF        N_("Quick &Open File...")<br>
>  #define I_OP_ADVOP      N_("&Advanced Open...")<br>
> -#define I_OP_OPDIR      N_("Open &Directory...")<br>
> -<br>
> +#define I_OP_OPDIR I_DIR_OR_FOLDER( N_("Open D&irectory..."), \<br>
> +                                    N_("Open &Folder...") )<br>
>  #define I_OP_SEL_FILES  N_("Select one or more files to open")<br>
> +#define I_OP_SEL_DIR   I_DIR_OR_FOLDER( N_("Select Directory"), N_("Select Folder") )<br>
<br>
<br>
I think it's worth adding a gettext comment (/*xgettext: .... */) to<br>
tell the translators about this subtility because in a lot of languages<br>
there is no difference between folder and directory<br></blockquote><div><br>I agree, I just don't know where would be the best place to add the comment. Inside the I_DIR_OR_FOLDER macro? <br></div></div>