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 676027 - Spelling error Authentification → Authentication
Spelling error Authentification → Authentication
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
3.4.x
Other Linux
: Normal enhancement
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-14 13:34 UTC by Laurent Bigonville
Modified: 2012-05-15 11:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Authentification → Authentication (1.81 KB, patch)
2012-05-15 11:43 UTC, Guillaume Desmottes
accepted-commit_now Details | Review

Description Laurent Bigonville 2012-05-14 13:34:33 UTC
Hi,

When packaging empathy for debian, I've found (thanks to an automated tool) this spelling error:

I: nautilus-sendto-empathy: spelling-error-in-binary usr/lib/nautilus-sendto/plugins/libnstempathy.so Authentification Authentication
I: empathy: spelling-error-in-binary usr/lib/empathy/empathy-auth-client Authentification Authentication
Comment 1 Guillaume Desmottes 2012-05-15 11:43:44 UTC
Created attachment 214084 [details] [review]
Authentification → Authentication

So yeah, Authentification is actually not an English word...
Comment 2 Jonny Lamb 2012-05-15 11:50:48 UTC
Review of attachment 214084 [details] [review]:

Jolly good show.

::: libempathy-gtk/empathy-bad-password-dialog.c
@@ +128,3 @@
       object);
 
+  text = g_strdup_printf (_("Authentication failed for account <b>%s</b>"),

This pleases me most greatly.

::: src/empathy-auth-client.c
@@ +264,3 @@
   GtkWidget *dialog;
 
+  DEBUG ("Authentication on %s failed, popup password dialog",

I will inform Elizabeth of this change; it will add a spring to her step for the rest of the day.