Communication page on the website was renamed to Contact, fix the help menu.
authorpabs3 <pabs3@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 23 Sep 2008 08:43:51 +0000 (08:43 +0000)
committerpabs3 <pabs3@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 23 Sep 2008 08:43:51 +0000 (08:43 +0000)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2065 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/po/ca.po
synfig-studio/trunk/po/es.po
synfig-studio/trunk/po/fr.po
synfig-studio/trunk/src/gtkmm/toolbox.cpp

index 11a3e0e..1921bdb 100644 (file)
@@ -2607,8 +2607,8 @@ msgstr "Obtenir suport"
 
 #. TRANSLATORS: a wiki page
 #: src/gtkmm/toolbox.cpp:271
-msgid "/Communication"
-msgstr "/Communication"
+msgid "/Contact"
+msgstr "/Contact"
 
 #. TRANSLATORS: Help menu entry
 #: src/gtkmm/toolbox.cpp:272
index d530317..69699bf 100644 (file)
@@ -2769,8 +2769,8 @@ msgstr "Obtener Soporte"
 
 #. TRANSLATORS: a wiki page
 #: src/gtkmm/toolbox.cpp:271
-msgid "/Communication"
-msgstr "/Communication.es"
+msgid "/Contact"
+msgstr "/Contact.es"
 
 #. TRANSLATORS: Help menu entry
 #: src/gtkmm/toolbox.cpp:272
index 34bcf2a..ba98a7c 100644 (file)
@@ -2771,7 +2771,7 @@ msgstr "Support"
 
 #. TRANSLATORS: a wiki page
 #: src/gtkmm/toolbox.cpp:271
-msgid "/Communication"
+msgid "/Contact"
 msgstr "/Contact.fr"
 
 #. TRANSLATORS: Help menu entry
index 06efdf9..d818710 100644 (file)
@@ -268,7 +268,7 @@ Toolbox::Toolbox():
        /* TRANSLATORS: Help menu entry */ WIKI(_("Synfig Wiki"),                               /* TRANSLATORS: a wiki page */ _("/Main_Page")                          );
        /* TRANSLATORS: Help menu entry */ WIKI(_("Tutorials"),                                 /* TRANSLATORS: a wiki page */ _("/Tutorials")                          );
        /* TRANSLATORS: Help menu entry */ WIKI(_("Frequently Asked Questions"),/* TRANSLATORS: a wiki page */ _("/FAQ")                                        );
-       /* TRANSLATORS: Help menu entry */ WIKI(_("Get Support"),                               /* TRANSLATORS: a wiki page */ _("/Communication")                      );
+       /* TRANSLATORS: Help menu entry */ WIKI(_("Get Support"),                               /* TRANSLATORS: a wiki page */ _("/Contact")                    );
        /* TRANSLATORS: Help menu entry */ WIKI(_("Keyboard Shortcuts"),                /* TRANSLATORS: a wiki page */ _("/Keyboard_Shortcuts")         );
        /* TRANSLATORS: Help menu entry */ WIKI(_("Mouse Shortcuts"),                   /* TRANSLATORS: a wiki page */ _("/Mouse_Shortcuts")            );
        /* TRANSLATORS: Help menu entry */ WIKI(_("All Pages"), "/Special:Allpages" );