[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.2.1.1-16-g37bcd73

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:22:49 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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)).




More information about the x2go-commits mailing list