Bug 166483 - Error in "not enough disk space" error message
Summary: Error in "not enough disk space" error message
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Import-MainView (show other bugs)
Version: 0.10.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-14 00:15 UTC by Dotan Cohen
Modified: 2012-06-27 11:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.10.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dotan Cohen 2008-07-14 00:15:48 UTC
Version:           SVN: Version 0.10.0-beta2 (rev.: 832007) (using KDE 4.0.83)
Installed from:    Ubuntu Packages

This is the error that I got when trying to import more photos than I have room on the disk for:
"""
There is no enough free space on Album Library Path to download and process selected pictures from camera.

Estimated space require: 1.8 GiB
Available free space: %2(I18N_ARGUMENT_MISSING)
"""

I suppose that "%2(I18N_ARGUMENT_MISSING)" should be something else?
Comment 1 caulier.gilles 2008-07-14 09:27:36 UTC
This is just a i18n syntax formating in source code. A 5 minutes fixing (:=)))

Gilles Caulier
Comment 2 Dotan Cohen 2008-07-14 19:26:19 UTC
I figured as much. I even thought about digging in as seeing if I could spot the error myself . And then I came to my senses :)
Comment 3 caulier.gilles 2008-07-27 15:00:38 UTC
SVN commit 838279 by cgilles:

fix i18n
BUGS: 166483


 M  +4 -4      cameraui.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=838279