← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/evolution-indicator/trunk] Rev 61: Use property syntax for ngettext

 

Merge authors:
  Ted Gould (ted)
Related merge proposals:
  https://code.launchpad.net/~ted/evolution-indicator/plural-forms/+merge/22413
  proposed by: Ted Gould (ted)
  review: Approve - David Planella (dpm)
------------------------------------------------------------
revno: 61 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-03-30 13:23:21 -0500
message:
  Use property syntax for ngettext
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	2010-03-04 05:05:05 +0000
+++ src/evolution-indicator.c	2010-03-29 21:41:44 +0000
@@ -292,8 +292,8 @@
     }
 
     trans = g_dngettext (PACKAGE, 
-                         _("%d New Message"), 
-                         _("%d New Messages"),
+                         "%d New Message", 
+                         "%d New Messages",
                          message_count);
     
     title = g_strdup_printf (trans, message_count);