[geany/geany] 2ae307: Update wording at saveactions-plugin
Frank Lanitz
git-noreply at xxxxx
Thu Nov 5 23:25:36 UTC 2020
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Thu, 05 Nov 2020 23:25:36 UTC
Commit: 2ae3072c1b8165f4018532b0069719310d43a444
https://github.com/geany/geany/commit/2ae3072c1b8165f4018532b0069719310d43a444
Log Message:
-----------
Update wording at saveactions-plugin
Fixes #2635
Modified Paths:
--------------
plugins/saveactions.c
Modified: plugins/saveactions.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -685,7 +685,7 @@ GtkWidget *plugin_configure(GtkDialog *dialog)
g_signal_connect(checkbox_enable, "toggled",
G_CALLBACK(checkbox_toggled_cb), GINT_TO_POINTER(NOTEBOOK_PAGE_INSTANTSAVE));
- label = gtk_label_new_with_mnemonic(_("_Filetype to use for newly opened files:"));
+ label = gtk_label_new_with_mnemonic(_("Default _filetype to use for new files:"));
gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
gtk_box_pack_start(GTK_BOX(inner_vbox), label, FALSE, FALSE, 0);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list