|
4116 | 4116 | <property name="can_focus">False</property> |
4117 | 4117 | <property name="receives_default">False</property> |
4118 | 4118 | <signal name="clicked" handler="on_btn_undo_clicked" swapped="no"/> |
| 4119 | + <property name="tooltip_text" translatable="yes">Reverts your edit</property> |
4119 | 4120 | </object> |
4120 | 4121 | <packing> |
4121 | 4122 | <property name="x_options">GTK_SHRINK</property> |
|
4131 | 4132 | <property name="can_focus">False</property> |
4132 | 4133 | <property name="receives_default">False</property> |
4133 | 4134 | <signal name="clicked" handler="on_btn_search_back_clicked" swapped="no"/> |
| 4135 | + <property name="tooltip_text" translatable="yes">Finds text searching backwards</property> |
4134 | 4136 | </object> |
4135 | 4137 | <packing> |
4136 | 4138 | <property name="left_attach">2</property> |
|
4148 | 4150 | <property name="can_focus">False</property> |
4149 | 4151 | <property name="receives_default">False</property> |
4150 | 4152 | <signal name="clicked" handler="on_btn_search_forward_clicked" swapped="no"/> |
| 4153 | + <property name="tooltip_text" translatable="yes">Finds text searching forwards</property> |
4151 | 4154 | </object> |
4152 | 4155 | <packing> |
4153 | 4156 | <property name="left_attach">10</property> |
|
4164 | 4167 | <property name="can_focus">False</property> |
4165 | 4168 | <property name="receives_default">False</property> |
4166 | 4169 | <signal name="clicked" handler="on_btn_redo_clicked" swapped="no"/> |
| 4170 | + <property name="tooltip_text" translatable="yes">Returns your edit</property> |
4167 | 4171 | </object> |
4168 | 4172 | <packing> |
4169 | 4173 | <property name="left_attach">15</property> |
|
4212 | 4216 | <property name="can_focus">False</property> |
4213 | 4217 | <property name="receives_default">False</property> |
4214 | 4218 | <property name="draw_indicator">True</property> |
| 4219 | + <property name="tooltip_text" translatable="yes">Replace all found text</property> |
4215 | 4220 | </object> |
4216 | 4221 | <packing> |
4217 | 4222 | <property name="left_attach">12</property> |
|
4227 | 4232 | <property name="receives_default">False</property> |
4228 | 4233 | <property name="active">True</property> |
4229 | 4234 | <property name="draw_indicator">True</property> |
| 4235 | + <property name="tooltip_text" translatable="yes">Ignore capitalisation</property> |
4230 | 4236 | </object> |
4231 | 4237 | <packing> |
4232 | 4238 | <property name="left_attach">11</property> |
|
4251 | 4257 | <property name="can_focus">False</property> |
4252 | 4258 | <property name="receives_default">False</property> |
4253 | 4259 | <signal name="clicked" handler="on_btn_replace_clicked" swapped="no"/> |
| 4260 | + <property name="tooltip_text" translatable="yes">Replace found text</property> |
4254 | 4261 | </object> |
4255 | 4262 | <packing> |
4256 | 4263 | <property name="left_attach">13</property> |
|
0 commit comments