We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ca43d commit ce102c5Copy full SHA for ce102c5
usr/lib/bulky/bulky.py
@@ -642,9 +642,9 @@ def on_scope_changed(self, widget):
642
643
def on_widget_change(self, widget):
644
if self.replace_regex_check.get_active():
645
- self.find_entry.set_placeholder_text("Enter a regular expression; example: .+")
+ self.find_entry.set_placeholder_text( _("Enter a regular expression; example: .+") )
646
else:
647
- self.find_entry.set_placeholder_text("Enter a search string; wildcards ? and * are supported.")
+ self.find_entry.set_placeholder_text( _("Enter a search string; wildcards ? and * allowed.") )
648
self.preview_changes()
649
650
def preview_changes(self):
0 commit comments