Skip to content

Commit

Permalink
Release v1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xsacha committed Oct 5, 2014
1 parent 950bdb0 commit 94f479a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sachesi.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TARGET="Sachesi"
win32: RC_ICONS += assets/sachesi-114.ico
else:mac: ICON = assets/sachesi-114.icns
else: ICON = assets/sachesi-114.png
VERSION = 1.9.2
VERSION = 1.9.3

# Global specific
CONFIG += c++11
Expand Down
2 changes: 1 addition & 1 deletion src/sachesi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
app.setOrganizationName("Qtness");
app.setOrganizationDomain("qtness.com");
app.setApplicationName("Sachesi");
app.setApplicationVersion("1.9.2");
app.setApplicationVersion("1.9.3");

// Install translator by locale language string
QTranslator appTranslator;
Expand Down
2 changes: 1 addition & 1 deletion translations/French.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
<message>
<location filename="../qml/generic/Installer.qml" line="58"/>
<source>To install &lt;b&gt;.bar&lt;/b&gt; files such as applications or firmware, you can just &lt;b&gt;Drag and Drop&lt;/b&gt; to this page. Otherwise, select the options below:</source>
<translation>Pour installer des &lt;b&gt;.bar fichiers&lt;/b&gt; tels que des applications ou firmware, vous pouvez simplement &lte;b&gt;glisser-déposer&lt;/b&gt;. Sinon, sélectionnez les options ci-dessous:</translation>
<translation>Pour installer des &lt;b&gt;.bar fichiers&lt;/b&gt; tels que des applications ou firmware, vous pouvez simplement &lt;b&gt;glisser-déposer&lt;/b&gt;. Sinon, sélectionnez les options ci-dessous:</translation>
</message>
<message>
<location filename="../qml/generic/Installer.qml" line="66"/>
Expand Down

0 comments on commit 94f479a

Please sign in to comment.