Avoid picking up long description as translator comment

Rearrange a few lines to help xgettext avoid picking up the
long description of GtkFileChooserButton as translator comment.
This commit is contained in:
Matthias Clasen 2014-08-22 01:18:53 -04:00
parent 22db3e57cb
commit 23fdc45b95

View File

@ -99,10 +99,10 @@
* Private Macros *
* **************** */
#define FALLBACK_ICON_SIZE 16
#define DEFAULT_TITLE N_("Select a File")
#define DESKTOP_DISPLAY_NAME N_("Desktop")
#define FALLBACK_DISPLAY_NAME N_("(None)") /* this string is used in gtk+/gtk/tests/filechooser.c - change it there if you change it here */
#define FALLBACK_ICON_SIZE 16
/* ********************** *