diff plugins/statenotify.c @ 6428:88f57a755373

[gaim-migrate @ 6936] removing patch i18n18 as per Bjoern's request pending my reception of i18n18a committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Aug 2003 19:47:36 +0000
parents 8e7f1662d802
children 3683471e1417
line wrap: on
line diff
--- a/plugins/statenotify.c	Mon Aug 11 19:11:39 2003 +0000
+++ b/plugins/statenotify.c	Mon Aug 11 19:47:36 2003 +0000
@@ -27,25 +27,25 @@
 static void
 buddy_away_cb(GaimConnection *gc, char *who, void *data)
 {
-	write_status(gc, who, _("has gone away."));
+	write_status(gc, who, "has gone away.");
 }
 
 static void
 buddy_unaway_cb(GaimConnection *gc, char *who, void *data)
 {
-	write_status(gc, who, _("is no longer away."));
+	write_status(gc, who, "is no longer away.");
 }
 
 static void
 buddy_idle_cb(GaimConnection *gc, char *who, void *data)
 {
-	write_status(gc, who, _("has become idle."));
+	write_status(gc, who, "has become idle.");
 }
 
 static void
 buddy_unidle_cb(GaimConnection *gc, char *who, void *data)
 {
-	write_status(gc, who, _("is no longer idle."));
+	write_status(gc, who, "is no longer idle.");
 }
 
 static gboolean