After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619636 - Possible error at a reparent string
Possible error at a reparent string
Status: RESOLVED DUPLICATE of bug 620941
Product: f-spot
Classification: Other
Component: General
GIT
Other All
: Normal normal
: 0.7.0
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-25 16:52 UTC by Jorge González
Modified: 2010-06-08 09:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jorge González 2010-05-25 16:52:19 UTC
I belive the is a mistake in the following string:

#: ../src/PhotoVersionCommands.cs:196
#, csharp-format
#| msgid "Really delete version \"{0}\"?"
msgid "Really reparent \"{2}\" as version of \"{1}\"?"
msgid_plural "Really reparent {0} photos as versions of \"{1}\"?"

msgfmt -c says it so. Besides, I suggest to change the second string so it also has the quoting, to be as similar to the first one as possible.
Comment 1 Maxxer 2010-05-29 21:50:02 UTC
when reparenting a single photo you can use the photo name ({0}) as confirmation.
when performing the action on several images, you cannot report all photo names... so the number ({2}) of pics is used...

any suggestion?
Comment 2 Jorge González 2010-05-30 09:21:05 UTC
The problem is not the string itself, but the variables. Change the order of the variables:

#: ../src/PhotoVersionCommands.cs:196
#, csharp-format
msgid "Really reparent \"{0}\" as version of \"{1}\"?"
msgid_plural "Really reparent \"{2}\" photos as versions of \"{1}\"?"
Comment 3 Ruben Vermeersch 2010-06-08 09:36:03 UTC
This should be fixed now.

*** This bug has been marked as a duplicate of bug 620941 ***