[blam] OOPS: copy and paste fail
- From: Carlos Martín Nieto <cmartin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [blam] OOPS: copy and paste fail
- Date: Sun, 25 Jul 2010 18:10:43 +0000 (UTC)
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]