summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Menu.m
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2013-05-07 09:45:58 +0100
committerAlex Merry <dev@randomguy3.me.uk>2013-05-07 09:45:58 +0100
commit70139e02d87eda4e26d9d3d04da51706ab1c7b01 (patch)
tree8c3bb8028242367ae7a8a405d7fe44ffa9772f8a /tikzit/src/gtk/Menu.m
parenteb55df536af97d65365f920f7e35e6534a24056c (diff)
Change "preferences" to "configuration"
"Preferences" suggests it's about non-essential behavioural or visual changes, but you need to configure TikZiT to use it properly (especially adding node and edge styles). Also, fix the title of the configuration window not to say "premable editor".
Diffstat (limited to 'tikzit/src/gtk/Menu.m')
-rw-r--r--tikzit/src/gtk/Menu.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/tikzit/src/gtk/Menu.m b/tikzit/src/gtk/Menu.m
index feac6b8..04c9c31 100644
--- a/tikzit/src/gtk/Menu.m
+++ b/tikzit/src/gtk/Menu.m
@@ -152,8 +152,8 @@ static GtkActionEntry app_action_entries[] = {
{ "Tool", NULL, N_("_Tool") },
- { "ShowPreferences", GTK_STOCK_PREFERENCES, NULL, NULL,
- N_("Edit the TikZiT preferences"), G_CALLBACK (show_preferences_cb) },
+ { "ShowPreferences", GTK_STOCK_PREFERENCES, N_("Configure TikZiT..."), NULL,
+ N_("Edit the TikZiT configuration"), G_CALLBACK (show_preferences_cb) },
#ifdef HAVE_POPPLER
{ "ShowPreamble", NULL, N_("_Edit Preambles..."), NULL,