Austin English : bugzilla: Change no bugs found message

Jeremy Newman jnewman at winehq.org
Tue Jun 4 09:31:17 CDT 2013


Module: bugzilla
Branch: master
Commit: 4f21a1d141b2530791bc6504974ba9016ec677bc
URL:    http://source.winehq.org/git/bugzilla.git/?a=commit;h=4f21a1d141b2530791bc6504974ba9016ec677bc

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Jun  3 14:16:50 2013 -0700

bugzilla: Change no bugs found message

http://bugs.winehq.org/show_bug.cgi?id=33708

--
-Austin

>From 7d265e5623b70bbe3ac1463c2dcebfbd4d7f97d6 Mon Sep 17 00:00:00 2001
From: Austin English <austinenglish at gmail.com>
Date: Mon, 3 Jun 2013 14:15:48 -0700
Subject: [PATCH] Change no bugs found message

---

 template/en/default/global/variables.none.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/template/en/default/global/variables.none.tmpl b/template/en/default/global/variables.none.tmpl
index faf1a54..d04440e 100644
--- a/template/en/default/global/variables.none.tmpl
+++ b/template/en/default/global/variables.none.tmpl
@@ -36,7 +36,7 @@
   "ABug" => "A Bug",
   "bugs" => "bugs",
   "Bugs" => "Bugs",
-  "zeroSearchResults" => "Zarro Boogs found",
+  "zeroSearchResults" => "No bugs found",
   "Bugzilla" => "Bugzilla"
   }
 %]




More information about the wine-cvs mailing list