[gedit-plugins] Allow to localize string
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins] Allow to localize string
- Date: Sat, 11 May 2019 11:14:39 +0000 (UTC)
commit 01a6def062591cfcd53bc0c42e95433d3aab8b3b
Author: Jordi Mas <jmas softcatala org>
Date: Sat May 11 13:13:52 2019 +0200
Allow to localize string
plugins/findinfiles/result-panel.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/findinfiles/result-panel.vala b/plugins/findinfiles/result-panel.vala
index 0d45158..ddd9a3d 100644
--- a/plugins/findinfiles/result-panel.vala
+++ b/plugins/findinfiles/result-panel.vala
@@ -204,7 +204,7 @@ class ResultPanel : Overlay {
list.set_search_equal_func (list_search);
list.insert_column_with_data_func (-1,
- "File",
+ _("File"),
new CellRendererText (),
column_data_func);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]