Skip to content

Commit

Permalink
Typos (bug 3451841).
Browse files Browse the repository at this point in the history
git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@962 ab6734ba-2843-0410-b83b-99c217ef6c0f
  • Loading branch information
csete committed Dec 6, 2011
1 parent 5ed3097 commit 2e36dd7
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 11 deletions.
23 changes: 20 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2011-12-06 Alexandru Csete <oz9aec at gmail.com>

* src/about.c:
* src/gtk-sat-module.c:
* src/gtk-sat-module.c:
* src/sat-info.c:
* src/sat-pass-dialogs.c:
* src/sat-pref-qth.c:
* src/sat-pref-rot.c:
* src/sat-pref-rot-editor.c:
Fix typos (bug 3451841).


2011-11-23 Charles Suprin <hamaa1vs at gmail.com>

* src/gtk-event-list-popup.c
Expand All @@ -10,7 +23,8 @@
* src/gtk-single-sat.c
* src/sat-info.c
* src/sgpsdp/sgp4sdp4.h
Escape satellite nicknames and use them when in markup. (Bug 3441490: Satellite Nickname Not escaped for PANGO.)
Escape satellite nicknames and use them when in markup.
(Bug 3441490: Satellite Nickname Not escaped for PANGO.)


2011-11-22 Charles Suprin <hamaa1vs at gmail.com>
Expand All @@ -22,13 +36,16 @@
2011-11-21 Charles Suprin <hamaa1vs at gmail.com>

* src/gtk-sat-map.c
Apply consistent checking of pole to eliminate disagreements. (Bug 3437555: Graphical Glitch Plotting Footprints near pole)
Apply consistent checking of pole to eliminate disagreements.
(Bug 3437555: Graphical Glitch Plotting Footprints near pole)

* src/gtk-sat-list.c
* src/gtk-sat-list.h
* src/gtk-event-list.c
* src/gtk-event-list.c
Bold entries for satellites above horizon. (Feature Request 3169710: Highlight satellites within range in the list view)
Bold entries for satellites above horizon.
(Feature Request 3169710: Highlight satellites within range in the list view)

* src/gtk-single-sat.c
Eliminate segfault.

Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Changes in version 1.4 (TBD)
- Fixed bug 3292729: Show next pass shows the current pass.
- Fixed bug 3437555: Graphical Glitch Plotting Footprints near pole.
- Fixed bug 3441490: Satellite Nickname Not escaped for PANGO.
- Fixed bug 3451841: Typos.


Changes in version 1.3 (1 Mar 2011)

Expand Down
2 changes: 1 addition & 1 deletion src/about.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const gchar *authors[] = {
const gchar license[] = N_("Copyright (C) 2001-2011 Alexandru Csete OZ9AEC and contributors.\n"\
"Contact: oz9aec at gmail.com\n\n"\
"Gpredict is free software; you can redistribute it and "\
"mofdify it under the terms of the GNU General Public License "\
"modify it under the terms of the GNU General Public License "\
"as published by the Free Software Foundation; either version 2 "\
"of the License, or (at your option) any later version.\n\n"\
"This program is distributed free of charge in the hope that it will "\
Expand Down
4 changes: 2 additions & 2 deletions src/gtk-sat-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ gtk_sat_module_close_cb (GtkWidget *button, gpointer data)
name = g_strdup (module->name);

sat_log_log (SAT_LOG_LEVEL_DEBUG,
_("%s: Module %s recevied CLOSE signal."),
_("%s: Module %s received CLOSE signal."),
__FUNCTION__, name);

switch (module->state) {
Expand Down Expand Up @@ -1212,7 +1212,7 @@ gtk_sat_module_config_cb (GtkWidget *button, gpointer data)
name = g_strdup (module->name);

sat_log_log (SAT_LOG_LEVEL_DEBUG,
_("%s: Module %s recevied CONFIG signal."),
_("%s: Module %s received CONFIG signal."),
__FUNCTION__, name);

/* stop timeout */
Expand Down
2 changes: 1 addition & 1 deletion src/sat-info.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ show_sat_info (sat_t *sat, gpointer data)
g_free (str);

/* international designator */
label = gtk_label_new (_("Internation designator:"));
label = gtk_label_new (_("International designator:"));
gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);
gtk_table_attach_defaults (GTK_TABLE (table), label, 0, 1, 3, 4);

Expand Down
2 changes: 1 addition & 1 deletion src/sat-pass-dialogs.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const gchar *MULTI_PASS_COL_TITLE[MULTI_PASS_COL_NUMBER] = {

/** \brief Descriptive text for multi-pass list columns. */
const gchar *MULTI_PASS_COL_HINT[MULTI_PASS_COL_NUMBER] = {
N_("Aquisition of signal (AOS)"),
N_("Acquisition of signal (AOS)"),
N_("Time of Closest Approach (TCA)"),
N_("Loss of signal (LOS)"),
N_("Duration of pass"),
Expand Down
2 changes: 1 addition & 1 deletion src/sat-pref-qth.c
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ delete_location_files ()
/* remove file */
if (g_remove (buff)) {
sat_log_log (SAT_LOG_LEVEL_ERROR,
_("%s:%d: Failed top remove %s"),
_("%s:%d: Failed to remove %s"),
__FILE__, __LINE__, filename);
}
else {
Expand Down
2 changes: 1 addition & 1 deletion src/sat-pref-rot-editor.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ create_editor_widgets (rotor_conf_t *conf)
gtk_entry_set_max_length (GTK_ENTRY (host), 50);
gtk_entry_set_text (GTK_ENTRY (host), "localhost");
gtk_widget_set_tooltip_text (host,
_("Enter the host where rigctld is running. "\
_("Enter the host where rotctld is running. "\
"You can use both host name and IP address, "\
"e.g. 192.168.1.100\n\n"\
"If gpredict and rotctld are running on the "\
Expand Down
2 changes: 1 addition & 1 deletion src/sat-pref-rot.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ static void render_aztype (GtkTreeViewColumn *col,
break;

default:
text = g_strdup_printf (_("Uknown (%d)"), number);
text = g_strdup_printf (_("Unknown (%d)"), number);
break;
}

Expand Down

0 comments on commit 2e36dd7

Please sign in to comment.