diff options
author | David Adam Bordoley <bordoley@msu.edu> | 2003-05-09 00:49:15 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-05-09 00:49:15 +0800 |
commit | 58045fd02a6447a3551dfa34087e3c71e77032c8 (patch) | |
tree | 473a0cd095101301b8fbd91828db7adc86914f25 /data | |
parent | 6be59e74845e71b11e1ade1e7e8de2ad6d87f590 (diff) | |
download | gsoc2013-epiphany-58045fd02a6447a3551dfa34087e3c71e77032c8.tar gsoc2013-epiphany-58045fd02a6447a3551dfa34087e3c71e77032c8.tar.gz gsoc2013-epiphany-58045fd02a6447a3551dfa34087e3c71e77032c8.tar.bz2 gsoc2013-epiphany-58045fd02a6447a3551dfa34087e3c71e77032c8.tar.lz gsoc2013-epiphany-58045fd02a6447a3551dfa34087e3c71e77032c8.tar.xz gsoc2013-epiphany-58045fd02a6447a3551dfa34087e3c71e77032c8.tar.zst gsoc2013-epiphany-58045fd02a6447a3551dfa34087e3c71e77032c8.zip |
Add a label to the find field. Use nicer language.
2003-05-08 David Adam Bordoley <bordoley@msu.edu>
* data/glade/epiphany.glade:
Add a label to the find field.
Use nicer language.
Diffstat (limited to 'data')
-rw-r--r-- | data/glade/epiphany.glade | 75 |
1 files changed, 38 insertions, 37 deletions
diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade index bc74661e2..a967af487 100644 --- a/data/glade/epiphany.glade +++ b/data/glade/epiphany.glade @@ -6,7 +6,7 @@ <widget class="GtkDialog" id="find_dialog"> <property name="border_width">6</property> - <property name="title" translatable="yes">Find text...</property> + <property name="title" translatable="yes">Find</property> <property name="type">GTK_WINDOW_TOPLEVEL</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="modal">False</property> @@ -195,24 +195,25 @@ <property name="spacing">6</property> <child> - <widget class="GtkHBox" id="hbox72"> + <widget class="GtkHBox" id="hbox96"> <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">6</property> <child> - <widget class="GtkLabel" id="label63"> + <widget class="GtkLabel" id="label1236"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Find text in the document:</b></property> - <property name="use_underline">False</property> - <property name="use_markup">True</property> + <property name="label" translatable="yes">_Find:</property> + <property name="use_underline">True</property> + <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="wrap">False</property> <property name="selectable">False</property> - <property name="xalign">7.45058e-09</property> + <property name="xalign">0.5</property> <property name="yalign">0.5</property> <property name="xpad">0</property> <property name="ypad">0</property> + <property name="mnemonic_widget">find_entry</property> </widget> <packing> <property name="padding">0</property> @@ -220,40 +221,40 @@ <property name="fill">False</property> </packing> </child> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> - </packing> - </child> - - <child> - <widget class="GnomeEntry" id="find_gnome_entry"> - <property name="visible">True</property> - <property name="history_id">FindEntry</property> - <property name="max_saved">10</property> - <child internal-child="entry"> - <widget class="GtkEntry" id="find_entry"> + <child> + <widget class="GnomeEntry" id="entry1"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="has_focus">True</property> - <property name="editable">True</property> - <property name="visibility">True</property> - <property name="max_length">0</property> - <property name="text" translatable="yes"></property> - <property name="has_frame">True</property> - <property name="invisible_char" translatable="yes">*</property> - <property name="activates_default">True</property> - <signal name="changed" handler="find_entry_changed_cb"/> + <property name="history_id">FindEntry</property> + <property name="max_saved">10</property> + + <child internal-child="entry"> + <widget class="GtkEntry" id="find_entry"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="has_focus">True</property> + <property name="editable">True</property> + <property name="visibility">True</property> + <property name="max_length">0</property> + <property name="text" translatable="yes"></property> + <property name="has_frame">True</property> + <property name="invisible_char" translatable="yes">*</property> + <property name="activates_default">True</property> + <signal name="changed" handler="find_entry_changed_cb"/> + </widget> + </child> </widget> + <packing> + <property name="padding">0</property> + <property name="expand">True</property> + <property name="fill">True</property> + </packing> </child> </widget> <packing> <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> + <property name="expand">True</property> + <property name="fill">True</property> </packing> </child> @@ -261,7 +262,7 @@ <widget class="GtkCheckButton" id="case_check"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">_Match upper/lower case</property> + <property name="label" translatable="yes">C_ase sensitive</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="active">False</property> @@ -280,7 +281,7 @@ <widget class="GtkCheckButton" id="wrap_check"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="label" translatable="yes">Automatically _wrap around</property> + <property name="label" translatable="yes">_Wrap around</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="active">False</property> @@ -350,7 +351,6 @@ <child> <widget class="GtkButton" id="pause_button"> <property name="visible">True</property> - <property name="sensitive">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label" translatable="yes">_Pause</property> @@ -363,6 +363,7 @@ <child> <widget class="GtkButton" id="abort_button"> <property name="visible">True</property> + <property name="sensitive">True</property> <property name="can_default">True</property> <property name="can_focus">True</property> <property name="label">gtk-stop</property> |