Skip to content

Commit

Permalink
Update some strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboGit committed May 9, 2022
1 parent 2fb57d7 commit 4fde9f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/common/imagebuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ gboolean dt_iop_alloc_image_buffers(struct dt_iop_module_t *const module,
// set the module's trouble flag
if (module)
dt_iop_set_module_trouble_message(module, _("insufficient memory"),
_("This module was unable to allocate\n"
_("this module was unable to allocate\n"
"all of the memory required to process\n"
"the image. Some or all processing\n"
"the image. some or all processing\n"
"has been skipped."),
"unable to allocate working memory");
}
Expand Down Expand Up @@ -464,4 +464,3 @@ void dt_iop_image_copy_configure()
// vim: shiftwidth=2 expandtab tabstop=2 cindent
// kate: tab-indents: off; indent-width 2; replace-tabs on; indent-mode cstyle; remove-trailing-spaces modified;
// clang-format on

2 changes: 1 addition & 1 deletion src/libs/filters/module_order.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static void _module_order_widget_init(dt_lib_filtering_rule_t *rule, const dt_co
_module_order_names[DT_IOP_ORDER_LAST + 1] = g_strdup(N_("none"));
}
module_order->combo = dt_bauhaus_combobox_new_full(
DT_ACTION(self), NULL, N_("module_order filter"), _("filter images based on their module order"), 0,
DT_ACTION(self), NULL, N_("module order filter"), _("filter images based on their module order"), 0,
(GtkCallback)_module_order_changed, module_order, (const char **)_module_order_names);
DT_BAUHAUS_WIDGET(module_order->combo)->show_label = FALSE;

Expand Down

0 comments on commit 4fde9f9

Please sign in to comment.