forked from AuroraMiddleware/gtk
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:
parent
22db3e57cb
commit
23fdc45b95
@ -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
|
||||
|
||||
|
||||
/* ********************** *
|
||||
|
Loading…
Reference in New Issue
Block a user