[Digikam-devel] [Bug 130920] New: ICC, profiles, metadata, abbreviations

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 130920] New: ICC, profiles, metadata, abbreviations

Alexandre Prokoudine
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=130920         
           Summary: ICC, profiles, metadata, abbreviations
           Product: digikam
           Version: unspecified
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: alexandre.prokoudine gmail com


Version:           0.9.0SVN (using KDE KDE 3.5.2)
Installed from:    Ubuntu Packages
OS:                Linux

ICC-profile tab mentions "Iptc" several times, while the correct spelling would be "IPTC"
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 130920] ICC, profiles, metadata, abbreviations

Alexandre Prokoudine
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=130920         




------- Additional Comments From alexandre.prokoudine gmail com  2006-07-16 17:26 -------
IPTC tab, not ICC profile tab, sorry :(
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 130920] ICC, profiles, metadata, abbreviations

Gilles Caulier
In reply to this post by Alexandre Prokoudine
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=130920         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles free fr  2006-07-16 18:19 -------
SVN commit 563081 by cgilles:

digikam from trunk : fix "Iptc" to "IPTC" i18n

BUG: 130920

 M  +3 -3      iptcwidget.cpp  


--- trunk/extragear/graphics/digikam/libs/widgets/metadata/iptcwidget.cpp #563080:563081
 @ -79,7 +79,7  @
 
 QString IptcWidget::getMetadataTitle(void)
 {
-    return i18n("Iptc Records");
+    return i18n("IPTC Records");
 }
 
 bool IptcWidget::loadFromURL(const KURL& url)
 @ -211,8 +211,8  @
 
 void IptcWidget::slotSaveMetadataToFile(void)
 {
-    KURL url = saveMetadataToFile(i18n("Iptc File to Save"),
-                                  QString("*.dat|"+i18n("Iptc binary Files (*.dat)")));
+    KURL url = saveMetadataToFile(i18n("IPTC File to Save"),
+                                  QString("*.dat|"+i18n("IPTC binary Files (*.dat)")));
     storeMetadataToFile(url);
 }
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel