The branch, master has been updated via 37bcd7313d83bfb955389364dd4ae027eed7b18a (commit) from c85f513591a76765f9b8c91edf6832dbfa1f2935 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 37bcd7313d83bfb955389364dd4ae027eed7b18a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 11 11:22:32 2013 +0100 minor i18n fix ----------------------------------------------------------------------- Summary of changes: po/PyHoca-GUI.pot | 4 ++-- po/de.po | 4 ++-- po/en.po | 8 ++++---- pyhoca/wxgui/menus_taskbar.py | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) The diff of changes is: diff --git a/po/PyHoca-GUI.pot b/po/PyHoca-GUI.pot index 0e28c61..6d75428 100644 --- a/po/PyHoca-GUI.pot +++ b/po/PyHoca-GUI.pot @@ -917,11 +917,11 @@ msgid "No session profiles defined" msgstr "" #: ../pyhoca/wxgui/menus_taskbar.py:937 -msgid "Export all profiles" +msgid "Export all Profiles" msgstr "" #: ../pyhoca/wxgui/menus_taskbar.py:939 -msgid "Export profile group" +msgid "Export Profile Group" msgstr "" #: ../pyhoca/wxgui/menus_taskbar.py:975 diff --git a/po/de.po b/po/de.po index c8dd73b..5212fbe 100644 --- a/po/de.po +++ b/po/de.po @@ -935,11 +935,11 @@ msgid "No session profiles defined" msgstr "keine Sitzungsprofile definiert" #: ../pyhoca/wxgui/menus_taskbar.py:937 -msgid "Export all profiles" +msgid "Export all Profiles" msgstr "Alle Sitzungsprofile exportieren" #: ../pyhoca/wxgui/menus_taskbar.py:939 -msgid "Export profile group" +msgid "Export Profile Group" msgstr "Sitzungsprofilgruppe exportieren" #: ../pyhoca/wxgui/menus_taskbar.py:975 diff --git a/po/en.po b/po/en.po index b79f5ff..beff805 100644 --- a/po/en.po +++ b/po/en.po @@ -931,12 +931,12 @@ msgid "No session profiles defined" msgstr "No session profiles defined" #: ../pyhoca/wxgui/menus_taskbar.py:937 -msgid "Export all profiles" -msgstr "Export all profiles" +msgid "Export all Profiles" +msgstr "Export all Profiles" #: ../pyhoca/wxgui/menus_taskbar.py:939 -msgid "Export profile group" -msgstr "Export profile group" +msgid "Export Profile Group" +msgstr "Export Profile Group" #: ../pyhoca/wxgui/menus_taskbar.py:975 msgid "Start/Resume Session" diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index 68cd3f3..d853ecd 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -934,9 +934,9 @@ class PyHocaGUI_Menu_TaskbarProfileNames(wx.Menu): _export_group_name = _export_group_name.strip("/") self._PyHocaGUI._eventid_exportprofiles_map[_export_id] = _export_group_name if not group_name: - self.Append(text=_(u'Export all profiles'), id=_export_id) + self.Append(text=_(u'Export all Profiles'), id=_export_id) else: - self.Append(text=_(u'Export profile group'), id=_export_id) + self.Append(text=_(u'Export Profile Group'), id=_export_id) self._PyHocaGUI.Bind(wx.EVT_MENU, self._PyHocaGUI.OnProfileExport, id=_export_id) def OnUpdateUI(self, evt): hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).