]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-account-settings.c
Updated Basque language
[empathy.git] / libempathy / empathy-account-settings.c
index d79643fadc21cb36085d085d154232840ccc35fc..49eb63366f0cef541457cd54cd043eb7f865fe8f 100644 (file)
@@ -187,7 +187,7 @@ empathy_account_settings_constructed (GObject *object)
     }
   else
     {
-      priv->icon_name = g_strdup_printf ("im-%s", priv->protocol);
+      priv->icon_name = empathy_protocol_icon_name (priv->protocol);
     }
 
   g_assert (priv->cm_name != NULL && priv->protocol != NULL);
@@ -255,7 +255,8 @@ empathy_account_settings_class_init (
   g_object_class_install_property (object_class, PROP_DISPLAY_NAME_OVERRIDDEN,
       g_param_spec_boolean ("display-name-overridden",
         "display-name-overridden",
-        "Whether the display name for this account has been manually overridden",
+        "Whether the display name for this account has been manually "
+        "overridden",
         FALSE,
         G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));