[gthumb] shortcut window: translate the action description
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] shortcut window: translate the action description
- Date: Sun, 24 Nov 2019 12:33:13 +0000 (UTC)
commit 8ed101586bafd2e907480409e87bf380ada9e666
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Nov 16 10:44:02 2019 +0100
shortcut window: translate the action description
gthumb/gth-shortcuts-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gthumb/gth-shortcuts-window.c b/gthumb/gth-shortcuts-window.c
index 7e8942cf..ffb1168e 100644
--- a/gthumb/gth-shortcuts-window.c
+++ b/gthumb/gth-shortcuts-window.c
@@ -102,7 +102,7 @@ gth_shortcuts_window_new (GthWindow *app_window)
}
shortcut = g_object_new (GTK_TYPE_SHORTCUTS_SHORTCUT,
- "title", shortcut_info->description,
+ "title", _(shortcut_info->description),
"accelerator", shortcut_info->accelerator,
NULL);
gtk_widget_show (shortcut);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]