[Pkg-privacy-commits] [tails-installer] 01/01: Change all Media Writer mentions to LiveUSB Creator
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:28:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to tag 3.95.3
in repository tails-installer.
commit 755125456b76f4eeab207c94c8c454931f01e10e
Author: Martin Briza <mbriza at redhat.com>
Date: Tue Oct 4 11:42:21 2016 +0200
Change all Media Writer mentions to LiveUSB Creator
---
data/liveusb-creator.appdata.xml | 6 +++---
data/liveusb-creator.desktop | 2 +-
data/liveusb-creator.nsi | 34 +++++++++++++++++-----------------
liveusb/components/RestoreDialog.qml | 2 +-
liveusb/gui.py | 2 +-
liveusb/liveusb.qml | 2 +-
6 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/data/liveusb-creator.appdata.xml b/data/liveusb-creator.appdata.xml
index 0633334..193fd6c 100644
--- a/data/liveusb-creator.appdata.xml
+++ b/data/liveusb-creator.appdata.xml
@@ -4,11 +4,11 @@
<application>
<id type="desktop">liveusb-creator.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
- <name>Fedora Media Writer</name>
+ <name>Fedora LiveUSB Creator</name>
<summary>A tool to create a live USB drive with an edition of Fedora</summary>
<description>
- <p>A tool to create a bootable live USB drive with an edition of Fedora. Not only can Fedora Media Writer write an image to your flash drive, it can also download it for you. It offers official editions (Server, Workstation), Fedora spins (KDE Plasma Desktop, Xfce Desktop, Cinnamon Desktop,...), and Fedora Labs (Design Suite, Security Lab,...). It provides basic information about each of them to help you make the right choice.</p>
- <p>Fedora Media Writer can also write other bootable ISOs loaded from your local disk, but keep in mind that it's only tested with Fedora images.</p>
+ <p>A tool to create a bootable live USB drive with an edition of Fedora. Not only can Fedora LiveUSB Creator write an image to your flash drive, it can also download it for you. It offers official editions (Server, Workstation), Fedora spins (KDE Plasma Desktop, Xfce Desktop, Cinnamon Desktop,...), and Fedora Labs (Design Suite, Security Lab,...). It provides basic information about each of them to help you make the right choice.</p>
+ <p>Fedora LiveUSB Creator can also write other bootable ISOs loaded from your local disk, but keep in mind that it's only tested with Fedora images.</p>
</description>
<keywords>iso,fedora,usb,writer,live,spin,creator</keywords>
<url type="homepage">https://fedorahosted.org/liveusb-creator</url>
diff --git a/data/liveusb-creator.desktop b/data/liveusb-creator.desktop
index b4fa86c..72cf405 100644
--- a/data/liveusb-creator.desktop
+++ b/data/liveusb-creator.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
-Name=Fedora Media Writer
+Name=Fedora LiveUSB Creator
Comment=Write Fedora images to a portable drive
Icon=fedorausb
Exec=liveusb-creator_polkit
diff --git a/data/liveusb-creator.nsi b/data/liveusb-creator.nsi
index e7a5651..0f9d1be 100644
--- a/data/liveusb-creator.nsi
+++ b/data/liveusb-creator.nsi
@@ -1,4 +1,4 @@
-Name "Fedora Media Writer"
+Name "Fedora LiveUSB Creator"
OutFile "FMW-setup.exe"
!include "MUI2.nsh"
@@ -9,10 +9,10 @@ XPStyle on
SetCompressor lzma
-InstallDir "$PROGRAMFILES\Fedora Media Writer"
-InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Fedora Media Writer" ""
+InstallDir "$PROGRAMFILES\Fedora LiveUSB Creator"
+InstallDirRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Fedora LiveUSB Creator" ""
-DirText "Select the directory to install Fedora Media Writer in:"
+DirText "Select the directory to install Fedora LiveUSB Creator in:"
!define MUI_ICON liveusb-creator.ico
;!define MUI_UNICON liveusb-creator.ico
@@ -103,32 +103,32 @@ Section ""
; Create shortcut.
SetOutPath -
- CreateDirectory "$SMPROGRAMS\Fedora Media Writer"
- CreateShortCut "$SMPROGRAMS\Fedora Media Writer\Fedora Media Writer.lnk" "$INSTDIR\liveusb-creator.exe"
- CreateShortCut "$SMPROGRAMS\Fedora Media Writer\Uninstall Fedora Media Writer.lnk" "$INSTDIR\uninst.exe" "" "$INSTDIR\uninst.exe" 0
+ CreateDirectory "$SMPROGRAMS\Fedora LiveUSB Creator"
+ CreateShortCut "$SMPROGRAMS\Fedora LiveUSB Creator\Fedora LiveUSB Creator.lnk" "$INSTDIR\liveusb-creator.exe"
+ CreateShortCut "$SMPROGRAMS\Fedora LiveUSB Creator\Uninstall Fedora LiveUSB Creator.lnk" "$INSTDIR\uninst.exe" "" "$INSTDIR\uninst.exe" 0
; Create uninstaller.
- WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Fedora Media Writer" "" "$INSTDIR"
- WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fedora Media Writer" "DisplayName" "Fedora Media Writer (remove only)"
- WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fedora Media Writer" "UninstallString" '"$INSTDIR\uninst.exe"'
+ WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Fedora LiveUSB Creator" "" "$INSTDIR"
+ WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fedora LiveUSB Creator" "DisplayName" "Fedora LiveUSB Creator (remove only)"
+ WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\Fedora LiveUSB Creator" "UninstallString" '"$INSTDIR\uninst.exe"'
WriteUninstaller "$INSTDIR\uninst.exe"
SectionEnd
-UninstallText "This will uninstall Fedora Media Writer from your system."
+UninstallText "This will uninstall Fedora LiveUSB Creator from your system."
Section Uninstall
; Delete shortcuts.
- Delete "$SMPROGRAMS\Fedora Media Writer\Fedora Media Writer.lnk"
- Delete "$SMPROGRAMS\Fedora Media Writer\Uninstall Fedora Media Writer.lnk"
- RMDir "$SMPROGRAMS\Fedora Media Writer"
- Delete "$DESKTOP\Fedora Media Writer.lnk"
+ Delete "$SMPROGRAMS\Fedora LiveUSB Creator\Fedora LiveUSB Creator.lnk"
+ Delete "$SMPROGRAMS\Fedora LiveUSB Creator\Uninstall Fedora LiveUSB Creator.lnk"
+ RMDir "$SMPROGRAMS\Fedora LiveUSB Creator"
+ Delete "$DESKTOP\Fedora LiveUSB Creator.lnk"
; Delete registry keys.
Delete "$INSTDIR\uninst.exe"
- DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Fedora Media Writer"
- DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fedora Media Writer"
+ DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Fedora LiveUSB Creator"
+ DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Fedora LiveUSB Creator"
; Delete everything in the installation directory.
RMDir /R "$INSTDIR"
diff --git a/liveusb/components/RestoreDialog.qml b/liveusb/components/RestoreDialog.qml
index 8be8c53..a9e6249 100644
--- a/liveusb/components/RestoreDialog.qml
+++ b/liveusb/components/RestoreDialog.qml
@@ -73,7 +73,7 @@ Dialog {
Text {
Layout.alignment: Qt.AlignHCenter
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
- text: qsTranslate("", "<p align=\"justify\">Please wait while Fedora Media Writer restores your portable drive.</p>")
+ text: qsTranslate("", "<p align=\"justify\">Please wait while Fedora LiveUSB Creator restores your portable drive.</p>")
font.pixelSize: $(12)
}
}
diff --git a/liveusb/gui.py b/liveusb/gui.py
index 8e86d31..80556df 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -361,7 +361,7 @@ class Release(QObject):
self.errorChanged.emit()
self.warningChanged.emit()
- self.addInfo(_('After you have tried or installed Fedora, you can use Fedora Media Writer to restore your flash drive to its factory settings.'))
+ self.addInfo(_('After you have tried or installed Fedora, you can use Fedora LiveUSB Creator to restore your flash drive to its factory settings.'))
self._writer.run()
diff --git a/liveusb/liveusb.qml b/liveusb/liveusb.qml
index 55bd6be..1b0d572 100644
--- a/liveusb/liveusb.qml
+++ b/liveusb/liveusb.qml
@@ -11,7 +11,7 @@ ApplicationWindow {
id: mainWindow
minimumWidth: $(800)
minimumHeight: $(480)
- title: qsTranslate("", "Fedora Media Writer")
+ title: qsTranslate("", "Fedora LiveUSB Creator")
SystemPalette {
id: palette
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git
More information about the Pkg-privacy-commits
mailing list