diff options
-rw-r--r-- | src/empathy-accounts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c index 689c36d22..9788e11d5 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -236,6 +236,7 @@ main (int argc, char *argv[]) empathy_init (); + textdomain (GETTEXT_PACKAGE); g_set_application_name (_("Empathy Accounts")); /* Make empathy and empathy-accounts appear as the same app in gnome-shell */ |