Skip to content

Commit

Permalink
src: s/WinUSB/WinUSB+
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 11, 2017
1 parent dfbfb32 commit dda8ad2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/AppConfig.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include "config.hpp"

#define PROG_FULL_NAME "WinUSB"
#define PROG_FULL_NAME_GETTEXT _("WinUSB")
#define PROG_FULL_NAME "WinUSB+"
#define PROG_FULL_NAME_GETTEXT _("WinUSB+")

#define PROG_PKG_NAME PACKAGE
#define PROG_PKG_NAME_GETTEXT _T(PROG_PKG_NAME)
Expand Down
2 changes: 1 addition & 1 deletion src/DialogAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ DialogAbout::DialogAbout( wxWindow* parent, wxWindowID id, const wxString& title

m_NotebookAutorLicence = new wxNotebook( this, wxID_ANY);

m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("Colin GILLE / Congelli501"), _T("data/c501-logo.png"), _T("www.congelli.eu")), _("Developer"), true);
m_NotebookAutorLicence->AddPage(new PanelNoteBookAutors(m_NotebookAutorLicence, wxID_ANY, _T("Colin GILLE / Congelli501"), _T("data/c501-logo.png"), _T("www.congelli.eu")), _("Original WinUSB Developer"), true);

wxString licenceStr = wxString::Format(_(
"%s is free software: you can redistribute it and/or modify"
Expand Down
4 changes: 2 additions & 2 deletions src/linux-menu/winusbgui.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ X-MultipleArgs=false
Type=Application
Categories=Application;System;
StartupNotify=true
Name=WinUSB
Name[fr_FR]=WinUSB
Name=WinUSB+
Name[fr_FR]=WinUSB+
Comment=Create Windows USB stick installer from a real Windows DVD or an image.
Comment[fr_FR]=Créer des clés USB d'installation de Windows depuis une image CD ou un dvd original.
2 changes: 1 addition & 1 deletion src/locale/default.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: winusb\n"
"Project-Id-Version: winusb+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-14 00:07+0100\n"
"PO-Revision-Date: 2011-07-14 00:07+0100\n"
Expand Down
2 changes: 1 addition & 1 deletion src/locale/fr/LC_MESSAGES/trad.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: winusb\n"
"Project-Id-Version: winusb+\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-07-14 00:08+0100\n"
"PO-Revision-Date: 2011-07-14 00:13+0100\n"
Expand Down

0 comments on commit dda8ad2

Please sign in to comment.