summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-bmp.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-10-24 10:28:29 +0200
committerBastien Nocera <hadess@hadess.net>2014-10-24 10:30:14 +0200
commit6211fd86a8c37d64037550473dcf12ec050e4705 (patch)
tree4883c7cad0de446efc403243569bdcf0ed2c7a82 /gdk-pixbuf/io-bmp.c
parentf37f850abe714f19cd3d7e2d5e3bd93483d1ec8a (diff)
downloadgdk-pixbuf-6211fd86a8c37d64037550473dcf12ec050e4705.tar.gz
loaders: Simplify and shorten the loader names
https://bugzilla.gnome.org/show_bug.cgi?id=641106
Diffstat (limited to 'gdk-pixbuf/io-bmp.c')
-rw-r--r--gdk-pixbuf/io-bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-bmp.c b/gdk-pixbuf/io-bmp.c
index 7c4c37203..a979a1ef9 100644
--- a/gdk-pixbuf/io-bmp.c
+++ b/gdk-pixbuf/io-bmp.c
@@ -1417,7 +1417,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
info->name = "bmp";
info->signature = (GdkPixbufModulePattern *) signature;
- info->description = N_("The BMP image format");
+ info->description = NC_("image format", "BMP");
info->mime_types = (gchar **) mime_types;
info->extensions = (gchar **) extensions;
info->flags = GDK_PIXBUF_FORMAT_WRITABLE | GDK_PIXBUF_FORMAT_THREADSAFE;