[Gpredict-svn] SF.net SVN: gpredict:[179] trunk/src/sat-pref-rig-editor.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2008-12-27 22:06:26
|
Revision: 179
http://gpredict.svn.sourceforge.net/gpredict/?rev=179&view=rev
Author: csete
Date: 2008-12-27 21:43:37 +0000 (Sat, 27 Dec 2008)
Log Message:
-----------
Fixed small typo.
Modified Paths:
--------------
trunk/src/sat-pref-rig-editor.c
Modified: trunk/src/sat-pref-rig-editor.c
===================================================================
--- trunk/src/sat-pref-rig-editor.c 2008-12-27 19:56:34 UTC (rev 178)
+++ trunk/src/sat-pref-rig-editor.c 2008-12-27 21:43:37 UTC (rev 179)
@@ -171,8 +171,9 @@
host = gtk_entry_new ();
gtk_entry_set_max_length (GTK_ENTRY (host), 50);
gtk_widget_set_tooltip_text (host,
- _("Enter the host where rogctld is running. You can use both host name "\
- " and IP address, e.g. 192.168.1.100"));
+ _("Enter the host where rigctld is running. "\
+ "You can use both host name and IP address, "\
+ "e.g. 192.168.1.100"));
gtk_table_attach_defaults (GTK_TABLE (table), host, 1, 4, 1, 2);
/* port */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|