Fixed typo in string («paramter»)
authorDaniel Mustieles <daniel.mustieles@gmail.com>
Sun, 4 Sep 2011 09:10:10 +0000 (11:10 +0200)
committerDaniel Mustieles <daniel.mustieles@gmail.com>
Sun, 4 Sep 2011 09:10:10 +0000 (11:10 +0200)
backends/tracker/lib/trf-persona-store.vala

index e6a2c46..ab2ec9b 100644 (file)
@@ -729,7 +729,7 @@ public class Trf.PersonaStore : Folks.PersonaStore
                   /* Translators: the first parameter identifies the
                    * persona store and the second the unknown key
                    * that was received with the details params. */
-                _("Unrecognized paramter %s by the  %s PersonaStore:\n')"),
+                _("Unrecognized parameter %s by the  %s PersonaStore:\n')"),
                 this.type_id, k);
             }
         }