[chronojump] fixed type in string: 659400
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] fixed type in string: 659400
- Date: Mon, 19 Sep 2011 13:42:04 +0000 (UTC)
commit 0238eea364c0cfd4a75a71a1351cf45a05a57f2b
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Sep 19 15:41:29 2011 +0200
fixed type in string: 659400
src/constants.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/constants.cs b/src/constants.cs
index 6387cab..4f366a5 100644
--- a/src/constants.cs
+++ b/src/constants.cs
@@ -365,7 +365,7 @@ public class Constants
"\t<i>COM3 ... COM27</i>");
public static string PortNamesLinux =
- string.Format(Catalog.GetString("Typical serial serial ports on GNU/Linux:") +
+ string.Format(Catalog.GetString("Typical serial ports on GNU/Linux:") +
"\t<i>/dev/ttyS0\t/dev/ttyS1</i>\n" +
Catalog.GetString("Typical USB-serial ports on GNU/Linux:") +
"\t<i>/dev/ttyUSB0\t/dev/ttyUSB1</i>" + "\n" +
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]