summaryrefslogtreecommitdiff
path: root/camlibs/sonydscf1
diff options
context:
space:
mode:
authorArnaud Launay <asl@launay.org>2002-11-22 13:07:48 +0000
committerArnaud Launay <asl@launay.org>2002-11-22 13:07:48 +0000
commit4c71eec6c1458a05f7b6b719675d91e3626223bb (patch)
tree316801a3f8ae05efd2b64abaff9135ff6cc1a23a /camlibs/sonydscf1
parentb3b4c5608028220022ec71883b796eff8bd63b49 (diff)
downloadlibgphoto2-4c71eec6c1458a05f7b6b719675d91e3626223bb.tar.gz
string fixes
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5744 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/sonydscf1')
-rw-r--r--camlibs/sonydscf1/dsc_f1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/camlibs/sonydscf1/dsc_f1.c b/camlibs/sonydscf1/dsc_f1.c
index ec73f49c1..0680762c9 100644
--- a/camlibs/sonydscf1/dsc_f1.c
+++ b/camlibs/sonydscf1/dsc_f1.c
@@ -131,19 +131,19 @@ struct Image *dsc_f1_get_picture (int picNum, int thumbnail) {
}
struct Image *dsc_f1_get_preview () {
- update_status(_("Sorry this function not implemented.."));
+ update_status(_("Sorry, this function not implemented..."));
return(0);
}
/* Sorry, don't have any config data for DSC-F1 */
int dsc_f1_configure() {
- update_status(_("Sorry, nothing to configure.."));
+ update_status(_("Sorry, nothing to configure..."));
return(1);
}
/* Not implemented at this time */
int dsc_f1_take_picture() {
- update_status(_("Sorry, taking pictures is not implemented.."));
+ update_status(_("Sorry, taking pictures is not implemented..."));
return(0);
}