[gbrainy] Fixes gnome bug #644860
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Fixes gnome bug #644860
- Date: Tue, 15 Mar 2011 23:06:16 +0000 (UTC)
commit 0085fb7ab29ec32d4585a67c354fba2c8c112ce7
Author: Jordi Mas <jmas softcatala org>
Date: Wed Mar 16 00:07:33 2011 +0100
Fixes gnome bug #644860
src/Clients/Classical/Dialogs/AboutDialog.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Classical/Dialogs/AboutDialog.cs b/src/Clients/Classical/Dialogs/AboutDialog.cs
index e5a97bd..66e6280 100644
--- a/src/Clients/Classical/Dialogs/AboutDialog.cs
+++ b/src/Clients/Classical/Dialogs/AboutDialog.cs
@@ -77,7 +77,7 @@ namespace gbrainy.Clients.Classical.Dialogs
Comments = Catalog.GetString ("A brain teaser game for fun and to keep your brain trained.");
Comments += "\n";
- Comments += Catalog.GetString ("gbrainy project web site" + ": " + "http://live.gnome.org/gbrainy");
+ Comments += String.Format (Catalog.GetString ("gbrainy project web site: {0}"), "http://live.gnome.org/gbrainy");
Website = Defines.WEB_SITE;
WebsiteLabel = String.Format (Catalog.GetString ("You can also play on-line at {0}"), Defines.WEB_SITE);
TranslatorCredits = translators;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]