[gspell/wip/entry: 1/2] test-entry: better button labels
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gspell/wip/entry: 1/2] test-entry: better button labels
- Date: Thu, 22 Dec 2016 15:15:04 +0000 (UTC)
commit 14500e342ac566b8d547e4a5c43babaec7d0ec78
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Dec 22 16:07:46 2016 +0100
test-entry: better button labels
tests/test-entry.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/test-entry.c b/tests/test-entry.c
index 02b560c..77265d1 100644
--- a/tests/test-entry.c
+++ b/tests/test-entry.c
@@ -94,7 +94,7 @@ create_sidebar (TestSpell *spell)
gtk_orientable_set_orientation (GTK_ORIENTABLE (vgrid),
GTK_ORIENTATION_VERTICAL);
- enable_toggle_button = gtk_toggle_button_new_with_label ("Enable");
+ enable_toggle_button = gtk_toggle_button_new_with_label ("Enable spell-checking");
gtk_container_add (GTK_CONTAINER (vgrid), enable_toggle_button);
gspell_entry = gspell_entry_get_from_gtk_entry (spell->entry);
@@ -102,7 +102,7 @@ create_sidebar (TestSpell *spell)
enable_toggle_button, "active",
G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE);
- bold_toggle_button = gtk_toggle_button_new_with_label ("Bold");
+ bold_toggle_button = gtk_toggle_button_new_with_label ("Text in bold");
gtk_container_add (GTK_CONTAINER (vgrid), bold_toggle_button);
g_signal_connect (bold_toggle_button,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]