[ghex/ghex-42] findreplace: Mark two a11y strings translatable.
- From: Logan Rathbone <larathbone src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ghex/ghex-42] findreplace: Mark two a11y strings translatable.
- Date: Sun, 10 Apr 2022 18:28:53 +0000 (UTC)
commit f69faf1445ba0a26b87d3e00509a139b022cadaf
Author: Logan Rathbone <poprocks gmail com>
Date: Sun Apr 10 14:27:38 2022 -0400
findreplace: Mark two a11y strings translatable.
Fixes #43
src/findreplace.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/findreplace.c b/src/findreplace.c
index df799c3..94a89b7 100644
--- a/src/findreplace.c
+++ b/src/findreplace.c
@@ -933,7 +933,7 @@ replace_dialog_init (ReplaceDialog *self)
self->r_frame, f_priv->frame);
gtk_accessible_update_property (GTK_ACCESSIBLE(self->r_frame),
GTK_ACCESSIBLE_PROPERTY_DESCRIPTION,
- ("Enter the hex data or ASCII data to replace with"),
+ _("Enter the hex data or ASCII data to replace with"),
-1);
self->replace = gtk_button_new_with_mnemonic (_("_Replace"));
@@ -944,7 +944,7 @@ replace_dialog_init (ReplaceDialog *self)
self->replace, f_priv->f_prev);
gtk_accessible_update_property (GTK_ACCESSIBLE(self->replace),
GTK_ACCESSIBLE_PROPERTY_DESCRIPTION,
- ("Replaces the search string with the replace string"),
+ _("Replaces the search string with the replace string"),
-1);
self->replace_all = gtk_button_new_with_mnemonic (_("Replace _All"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]