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 GtkAboutDialog as translator comment.
This commit is contained in:
parent
792ffb26bc
commit
22db3e57cb
@ -98,17 +98,17 @@
|
|||||||
* the “Close” button returns the #GTK_RESPONSE_CANCEL response id.
|
* the “Close” button returns the #GTK_RESPONSE_CANCEL response id.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Translators: this is the license preamble; the string at the end
|
|
||||||
* contains the name of the license as link text.
|
|
||||||
*/
|
|
||||||
static const gchar *gtk_license_preamble = N_("This program comes with ABSOLUTELY NO WARRANTY.\nSee the <a href=\"%s\">%s</a> for details.");
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
const gchar *name;
|
const gchar *name;
|
||||||
const gchar *url;
|
const gchar *url;
|
||||||
} LicenseInfo;
|
} LicenseInfo;
|
||||||
|
|
||||||
|
/* Translators: this is the license preamble; the string at the end
|
||||||
|
* contains the name of the license as link text.
|
||||||
|
*/
|
||||||
|
static const gchar *gtk_license_preamble = N_("This program comes with ABSOLUTELY NO WARRANTY.\nSee the <a href=\"%s\">%s</a> for details.");
|
||||||
|
|
||||||
/* LicenseInfo for each GtkLicense type; keep in the same order as the enumeration */
|
/* LicenseInfo for each GtkLicense type; keep in the same order as the enumeration */
|
||||||
static const LicenseInfo gtk_license_info [] = {
|
static const LicenseInfo gtk_license_info [] = {
|
||||||
{ N_("License"), NULL },
|
{ N_("License"), NULL },
|
||||||
|
Loading…
Reference in New Issue
Block a user