]> git.0d.be Git - empathy.git/commitdiff
Fix a long line
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 31 Aug 2009 00:07:19 +0000 (02:07 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 31 Aug 2009 15:20:55 +0000 (17:20 +0200)
libempathy/empathy-account-settings.c

index cc996067ec6fd186f812b1496ed752fd8a2922fd..49eb63366f0cef541457cd54cd043eb7f865fe8f 100644 (file)
@@ -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));