From: pabs3 Date: Tue, 23 Sep 2008 08:43:51 +0000 (+0000) Subject: Communication page on the website was renamed to Contact, fix the help menu. X-Git-Url: https://git.pterodactylus.net/?p=synfig.git;a=commitdiff_plain;h=73619743c8650dc9a39c0565628f770e070853d2 Communication page on the website was renamed to Contact, fix the help menu. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2065 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/po/ca.po b/synfig-studio/trunk/po/ca.po index 11a3e0e..1921bdb 100644 --- a/synfig-studio/trunk/po/ca.po +++ b/synfig-studio/trunk/po/ca.po @@ -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 diff --git a/synfig-studio/trunk/po/es.po b/synfig-studio/trunk/po/es.po index d530317..69699bf 100644 --- a/synfig-studio/trunk/po/es.po +++ b/synfig-studio/trunk/po/es.po @@ -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 diff --git a/synfig-studio/trunk/po/fr.po b/synfig-studio/trunk/po/fr.po index 34bcf2a..ba98a7c 100644 --- a/synfig-studio/trunk/po/fr.po +++ b/synfig-studio/trunk/po/fr.po @@ -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 diff --git a/synfig-studio/trunk/src/gtkmm/toolbox.cpp b/synfig-studio/trunk/src/gtkmm/toolbox.cpp index 06efdf9..d818710 100644 --- a/synfig-studio/trunk/src/gtkmm/toolbox.cpp +++ b/synfig-studio/trunk/src/gtkmm/toolbox.cpp @@ -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" );