Kaydet (Commit) 454876a5 authored tarafından Enrico Tröger's avatar Enrico Tröger

Made label text translatable.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@725 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 8d581d15
......@@ -377,7 +377,7 @@ void search_show_find_in_files_dialog()
gtk_dialog_set_default_response(GTK_DIALOG(widgets.find_in_files_dialog),
GTK_RESPONSE_ACCEPT);
label1 = gtk_label_new("Directory:");
label1 = gtk_label_new(_("Directory:"));
gtk_misc_set_alignment(GTK_MISC(label1), 0, 0.5);
entry1 = gtk_entry_new();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment