[blam] OOPS: copy and paste fail



commit 4c1b0903b91378eb20f4b29febea642ce60a7450
Author: Carlos Martín Nieto <carlos cmartin tk>
Date:   Sun Jul 25 19:56:38 2010 +0200

    OOPS: copy and paste fail

 src/UnreadNotification.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/UnreadNotification.cs b/src/UnreadNotification.cs
index f35ee60..84b6fb8 100644
--- a/src/UnreadNotification.cs
+++ b/src/UnreadNotification.cs
@@ -18,11 +18,11 @@ namespace Imendio.Blam
         {
             /* Same as for the tray icon tooltip */
             /* Total number of unread items */
-            string str = string.Format (Catalog.GetPluralString ("{0} unread item", "{0} unread items", nrOfUnread),
-                                             nrOfUnread);
+            string str = string.Format (Catalog.GetPluralString ("{0} unread item", "{0} unread items", unread),
+                                             unread);
             str += " ";
             /* Number of new (not-skipped-over) entries. Gets appended to previous string */
-            str += string.Format(Catalog.GetPluralString("({0} new)", "({0} new)", nrOfNew), nrOfNew);
+            str += string.Format(Catalog.GetPluralString("({0} new)", "({0} new)", new_items), new_items);
 
             note.IconName = "blam";
             note.Summary = Catalog.GetString("Feeds refreshed");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]