[Xfce4-commits] <xfce4-panel:master> Fix typos mentioned in bug #6350.
Nick Schermer
noreply at xfce.org
Tue Mar 30 19:52:01 CEST 2010
Updating branch refs/heads/master
to 5c4c9f52ac2e9e4507eca803995fdb3d38824c77 (commit)
from 15b829a4bdd15cde8bfe64af2cd608bcabdbe2ae (commit)
commit 5c4c9f52ac2e9e4507eca803995fdb3d38824c77
Author: Nick Schermer <nick at xfce.org>
Date: Tue Mar 30 19:50:39 2010 +0200
Fix typos mentioned in bug #6350.
migrate/main.c | 2 +-
panel/panel-tic-tac-toe.c | 2 +-
plugins/clock/clock-dialog.glade | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/migrate/main.c b/migrate/main.c
index 3c42c5f..81af451 100644
--- a/migrate/main.c
+++ b/migrate/main.c
@@ -78,7 +78,7 @@ main (gint argc, gchar **argv)
_("Welcome to the first start of the Xfce Panel"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s%s%s",
file != NULL ? _("Because the panel moved to a new system for storing the "
- "settings, it has to load a fresh inital configuration.") : "",
+ "settings, it has to load a fresh initial configuration.") : "",
file != NULL ? " " : "",
_("Choose below which setup you want for the first startup."));
gtk_window_set_title (GTK_WINDOW (dialog), "Xfce Panel");
diff --git a/panel/panel-tic-tac-toe.c b/panel/panel-tic-tac-toe.c
index 773d3fe..f65a6ac 100644
--- a/panel/panel-tic-tac-toe.c
+++ b/panel/panel-tic-tac-toe.c
@@ -138,7 +138,7 @@ panel_tic_tac_toe_init (PanelTicTacToe *dialog)
gtk_box_pack_start (GTK_BOX (hbox), combo, FALSE, FALSE, 0);
gtk_label_set_mnemonic_widget (GTK_LABEL (label), combo);
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Novice"));
- gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Intermidiate"));
+ gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Intermediate"));
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Experienced"));
gtk_combo_box_append_text (GTK_COMBO_BOX (combo), _("Expert"));
gtk_combo_box_set_active (GTK_COMBO_BOX (combo), LEVEL_EXPERIENCED);
diff --git a/plugins/clock/clock-dialog.glade b/plugins/clock/clock-dialog.glade
index 3bed302..8b26a17 100644
--- a/plugins/clock/clock-dialog.glade
+++ b/plugins/clock/clock-dialog.glade
@@ -201,7 +201,7 @@
</child>
<child>
<object class="GtkCheckButton" id="flash-separators">
- <property name="label" translatable="yes">Fl_ash time seperators</property>
+ <property name="label" translatable="yes">Fl_ash time separators</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
More information about the Xfce4-commits
mailing list