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 350109 - weird question in the dialogues
weird question in the dialogues
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-06 01:00 UTC by Bastien Nocera
Modified: 2006-08-07 23:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2006-08-06 01:00:57 UTC
prompt = g_strdup_printf (ngettext("Are you sure you want to move\n"
                                                   "the %d selected image to the trash?",
                                                   "Are you sure you want to move\n"
                                                   "the %d selected images to the trash?", n_images), n_images);

When moving one image, it would ask:
Are you sure you want to move the 1 selected image to the trash?
It should be:
Are you sure you want to move the selected image to the trash?
and the "%d" removed from the singular case.
Comment 1 Lucas Rocha 2006-08-07 23:37:30 UTC
Fixed in HEAD, thanks!