summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-04-08 16:19:29 +0200
committerMarcus Meissner <marcus@jet.franken.de>2017-04-08 16:19:29 +0200
commita2c9f6eac86927455a8c6ffbff2d3afe738565d8 (patch)
tree390606f63a9196a094cf3e586f8cb6735327b9c0
parentd1245a601b445ffe35352fef1fa20e6d1cfd9801 (diff)
downloadlibgphoto2-a2c9f6eac86927455a8c6ffbff2d3afe738565d8.tar.gz
Image format -> Image Format
-rw-r--r--camlibs/pentax/library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/pentax/library.c b/camlibs/pentax/library.c
index bb3bcf461..f25798428 100644
--- a/camlibs/pentax/library.c
+++ b/camlibs/pentax/library.c
@@ -595,7 +595,7 @@ camera_get_config (Camera *camera, CameraWidget **window, GPContext *context)
gp_widget_set_readonly (t, 1);
gp_widget_append (section, t);
- gp_widget_new (GP_WIDGET_RADIO, _("Image format"), &t);
+ gp_widget_new (GP_WIDGET_RADIO, _("Image Format"), &t);
gp_widget_set_name (t, "imageformat");
/* it seems the upstream code seems to have it always available? */
gp_widget_add_choice (t, "JPEG");