[Kde-imaging] [Bug 135353] The name of the plugin is missleading
Gilles Caulier
caulier.gilles at free.fr
Thu Oct 12 12:38:33 CEST 2006
------- 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=135353
caulier.gilles free fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles free fr 2006-10-12 12:38 -------
SVN commit 594789 by cgilles:
kipi-plugins from trunk : using 'geolocalization' to naming GPSSync plugin on hosts.
BUG: 135353
M +2 -2 gpssyncdialog.cpp
M +1 -1 kipiplugin_gpssync.desktop
M +1 -1 plugin_gpssync.cpp
--- trunk/extragear/libs/kipi-plugins/gpssync/gpssyncdialog.cpp #594788:594789
@ -98,7 +98,7 @
};
GPSSyncDialog::GPSSyncDialog( KIPI::Interface* interface, QWidget* parent)
- : KDialogBase(Plain, i18n("GPS Sync"),
+ : KDialogBase(Plain, i18n("Geolocalization"),
Help|User1|User2|User3|Apply|Close, Close,
parent, 0, true, true )
{
@ -129,7 +129,7 @
QLabel *pixmapLabelLeft = new QLabel( headerFrame, "pixmapLabelLeft" );
pixmapLabelLeft->setScaledContents( false );
layout->addWidget( pixmapLabelLeft );
- QLabel *labelTitle = new QLabel( i18n("Syncronize Picture Metadata with a GPS Device"),
+ QLabel *labelTitle = new QLabel( i18n("Pictures Geolocalization"),
headerFrame, "labelTitle" );
layout->addWidget( labelTitle );
layout->setStretchFactor( labelTitle, 1 );
--- trunk/extragear/libs/kipi-plugins/gpssync/kipiplugin_gpssync.desktop #594788:594789
@ -1,5 +1,5 @
[Desktop Entry]
-Comment=KIPI GPS Device Sync
+Comment=KIPI plugin to Geolocalize pictures
Comment[da]=KIPI GPS-enhedssynkronisering
Comment[de]=Ein KIPI-Modul zur Synchronisation von Photos mit einem GPS-Gerät
Comment[el]=KIPI συγχρονισμός συσκευής GPS
--- trunk/extragear/libs/kipi-plugins/gpssync/plugin_gpssync.cpp #594788:594789
@ -57,7 +57,7 @
// this is our action shown in the menubar/toolbar of the mainwindow
- m_actionGPSSync = new KAction (i18n("GPS Sync..."),
+ m_actionGPSSync = new KAction (i18n("Geolocalization..."),
"gpsimagetag",
0,
this,
More information about the Kde-imaging
mailing list