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 779139 - Typo: nautilus-file-operations.c#n1893
Typo: nautilus-file-operations.c#n1893
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Internationalization (i18n)
master
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-23 15:28 UTC by Daniel Korostil
Modified: 2017-02-23 15:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file-operations: fix typo (1.02 KB, patch)
2017-02-23 15:40 UTC, Carlos Soriano
committed Details | Review

Description Daniel Korostil 2017-02-23 15:28:52 UTC
g_strdup_printf (_("There was an error deleting the"
                                       "folder “%s”."),
Should be:
                    g_strdup_printf (_("There was an error deleting the "
                                       "folder “%s”."),
Comment 1 Carlos Soriano 2017-02-23 15:40:16 UTC
Created attachment 346581 [details] [review]
file-operations: fix typo
Comment 2 Carlos Soriano 2017-02-23 15:41:45 UTC
Thanks for this report, no string change should have happen in the last days I think, so if you spot something, feel free to report here.

Attachment 346581 [details] pushed as f82c109 - file-operations: fix typo
Comment 3 Daniel Korostil 2017-02-23 15:58:41 UTC
I was translating and mentioned the typo. That's the only one I caught. Thanks!