summaryrefslogtreecommitdiff
path: root/camlibs/pccam600
diff options
context:
space:
mode:
authorArnaud Launay <asl@launay.org>2002-11-19 17:27:41 +0000
committerArnaud Launay <asl@launay.org>2002-11-19 17:27:41 +0000
commita353d0bfd60f8bec03ca23390d0a3de7b3eff978 (patch)
tree28281b754ba4d229ee75f815090c20f173e4325e /camlibs/pccam600
parentd16f4e393b53e5a9df214b99da98591b406483d6 (diff)
downloadlibgphoto2-a353d0bfd60f8bec03ca23390d0a3de7b3eff978.tar.gz
small text corrections suggested by po translations
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@5673 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/pccam600')
-rw-r--r--camlibs/pccam600/library.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/pccam600/library.c b/camlibs/pccam600/library.c
index ddcf7da0f..c8c7010ce 100644
--- a/camlibs/pccam600/library.c
+++ b/camlibs/pccam600/library.c
@@ -196,7 +196,7 @@ static int camera_get_file (Camera *camera, GPContext *context, int index,
if (nr_of_blocks < 0)
return GP_ERROR_FILE_NOT_FOUND;
picturebuffersize = nr_of_blocks * 512;
- id = gp_context_progress_start(context,nr_of_blocks,_("Downloading file.."));
+ id = gp_context_progress_start(context,nr_of_blocks,_("Downloading file..."));
*data= malloc(picturebuffersize+1);
memset(*data,0,picturebuffersize+1);
for (n = 0; n != nr_of_blocks; n++){
@@ -263,7 +263,7 @@ static int camera_manual(Camera *camera, CameraText *manual, GPContext *context)
static int camera_about(Camera *camera, CameraText *about, GPContext *context)
{
strcpy(about->text,
- _("Creative PC-CAM600\n Author:Peter Kajberg\n email:<pbk@odense.kollegienet.dk>\n"));
+ _("Creative PC-CAM600\n Author: Peter Kajberg\n email: <pbk@odense.kollegienet.dk>\n"));
return GP_OK;
}
static int