summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Lipovsky <Demma@Demma.(none)>2011-06-25 01:50:16 +0200
committerJan Lipovsky <Demma@Demma.(none)>2011-06-25 01:50:16 +0200
commit21f176eebc452da22c5e5712368c38124fa34aea (patch)
tree969d86eec73915735ddc6e842c58e540e828b18b
parent322dea9260ee00fd1fe5392d0d7c5cdf41ad543f (diff)
downloadgncpmount-21f176eebc452da22c5e5712368c38124fa34aea.tar.gz
gncpmount-21f176eebc452da22c5e5712368c38124fa34aea.tar.xz
gncpmount-21f176eebc452da22c5e5712368c38124fa34aea.zip
typo
-rw-r--r--src/dialogs.c4
-rw-r--r--src/ncpwrapper.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/dialogs.c b/src/dialogs.c
index 7d34b8b..225f2bf 100644
--- a/src/dialogs.c
+++ b/src/dialogs.c
@@ -235,7 +235,7 @@ void show_options_dialog ()
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(options.combo_signature), _("Do not use signature level"));
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(options.combo_signature), _("Level 0 - never"));
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(options.combo_signature), _("Level 1 - supported"));
- gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(options.combo_signature), _("Level 2 - prefered"));
+ gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(options.combo_signature), _("Level 2 - preferred"));
gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(options.combo_signature), _("Level 3 - required"));
gtk_combo_box_set_active(GTK_COMBO_BOX(options.combo_signature), 0);
@@ -324,7 +324,7 @@ void show_options_dialog ()
gtk_table_attach (GTK_TABLE(table), hsep, 0, 2, row, row+1, GTK_FILL | GTK_EXPAND, GTK_FILL | GTK_EXPAND, 6, 6);
row++;
- options.check_C = gtk_check_button_new_with_label (_("Don't convet password to uppercase [-C]"));
+ options.check_C = gtk_check_button_new_with_label (_("Don't convert password to uppercase [-C]"));
gtk_table_attach_defaults (GTK_TABLE (table), options.check_C, 0, 2, row, row+1);
row++;
diff --git a/src/ncpwrapper.c b/src/ncpwrapper.c
index 5a5e24f..749c242 100644
--- a/src/ncpwrapper.c
+++ b/src/ncpwrapper.c
@@ -109,7 +109,7 @@ cb_timeout( TData *data )
if(data->stderr_end && data->stdout_end)
{
if(data->count == 0)
- show_message(GTK_MESSAGE_INFO, _("Mounting succesfull"), "",_("Mounted to \"%s\" directory."),cmd_params.mount_point);
+ show_message(GTK_MESSAGE_INFO, _("Mounting successful"), "",_("Mounted to \"%s\" directory."),cmd_params.mount_point);
g_source_remove(data->timeout);
}