← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/evolution-indicator/trunk] Rev 49: modified:

 

------------------------------------------------------------
revno: 49
committer: Neil Jagdish Patel <neil.patel@xxxxxxxxxxxxx>
branch nick: trunk
timestamp: Thu 2009-09-10 17:44:38 +0100
message:
  modified:
    src/evolution-indicator.c
      - Woops, typo
modified:
  src/evolution-indicator.c


--
lp:evolution-indicator
https://code.launchpad.net/~indicator-applet-developers/evolution-indicator/trunk

Your team ayatana-commits is subscribed to branch lp:evolution-indicator.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/evolution-indicator/trunk/+edit-subscription.
=== modified file 'src/evolution-indicator.c'
--- src/evolution-indicator.c	2009-09-10 16:20:09 +0000
+++ src/evolution-indicator.c	2009-09-10 16:44:38 +0000
@@ -805,7 +805,7 @@
     gtk_widget_show (frame);
 
     label1 = gtk_label_new (" ");
-    str1 = g_strdup_printf (markup, _("When new mail arri_ves nn"));
+    str1 = g_strdup_printf (markup, _("When new mail arri_ves in"));
     gtk_label_set_markup_with_mnemonic (GTK_LABEL (label1), str1);
     g_free (str1);