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 704804 - typo in src/grl-registry.c
typo in src/grl-registry.c
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: core
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-24 12:35 UTC by Nishio Futoshi
Modified: 2013-07-25 07:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
core: Fix typo in error message (963 bytes, patch)
2013-07-25 07:41 UTC, Juan A. Suarez Romero
committed Details | Review

Description Nishio Futoshi 2013-07-24 12:35:00 UTC
During translation, I found "%so". 

#: ../src/grl-registry.c:340
#, c-format
msgid "Failed to initialize plugin from %so"

'%s' or '%s.o' is correct, i think.
Comment 1 Juan A. Suarez Romero 2013-07-25 07:41:33 UTC
Created attachment 250093 [details] [review]
core: Fix typo in error message
Comment 2 Juan A. Suarez Romero 2013-07-25 07:42:56 UTC
commit 19cfe096b3721cadb94e215235ccd4c9cf77c0a3
Author: Juan A. Suarez Romero <jasuarez@igalia.com>
Date:   Thu Jul 25 09:40:40 2013 +0200

    core: Fix typo in error message
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704804

 src/grl-registry.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)