[Xfce4-commits] <thunar-volman:master> Fix spelling error (use "a USB" instead of "an USB") (bug #6725).
Jannis Pohlmann
noreply at xfce.org
Sun Nov 14 02:20:01 CET 2010
Updating branch refs/heads/master
to eb9066c6863aed3f61c29ea8930d39d3c4072059 (commit)
from d300c3ff9fae9d47c7d5cd0d4bf85fafceec1701 (commit)
commit eb9066c6863aed3f61c29ea8930d39d3c4072059
Author: Oskar <owallgren at gmail.com>
Date: Sun Nov 14 02:17:50 2010 +0100
Fix spelling error (use "a USB" instead of "an USB") (bug #6725).
Signed-off-by: Jannis Pohlmann <jannis at xfce.org>
thunar-volman-settings/tvm-preferences-dialog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/thunar-volman-settings/tvm-preferences-dialog.c b/thunar-volman-settings/tvm-preferences-dialog.c
index 375ffdc..fb82ce4 100644
--- a/thunar-volman-settings/tvm-preferences-dialog.c
+++ b/thunar-volman-settings/tvm-preferences-dialog.c
@@ -591,7 +591,7 @@ tvm_preferences_dialog_init (TvmPreferencesDialog *dialog)
gtk_widget_show (image);
button = gtk_check_button_new_with_mnemonic (_("Automatically run a program "
- "when an USB _keyboard is connected"));
+ "when a USB _keyboard is connected"));
xfconf_g_property_bind (channel, "/autokeyboard/enabled", G_TYPE_BOOLEAN,
button, "active");
gtk_table_attach (GTK_TABLE (table), button, 1, 2, 0, 1, GTK_EXPAND | GTK_FILL,
@@ -630,7 +630,7 @@ tvm_preferences_dialog_init (TvmPreferencesDialog *dialog)
gtk_widget_show (image);
button = gtk_check_button_new_with_mnemonic (_("Automatically run a program "
- "when an USB _mouse is connected"));
+ "when a USB _mouse is connected"));
xfconf_g_property_bind (channel, "/automouse/enabled", G_TYPE_BOOLEAN,
button, "active");
gtk_table_attach (GTK_TABLE (table), button, 1, 2, 0, 1, GTK_EXPAND | GTK_FILL,
More information about the Xfce4-commits
mailing list