gnome-split-team team mailing list archive
-
gnome-split-team team
-
Mailing list archive
-
Message #00143
[Branch ~respawneral/gnome-split/mainline] Rev 261: Bump version to 1.2 for next development cycle.
------------------------------------------------------------
revno: 261
committer: Guillaume Mazoyer <respawneral@xxxxxxxxx>
branch nick: gnome-split
timestamp: Sun 2011-08-07 14:13:52 +0200
message:
Bump version to 1.2 for next development cycle.
Fix english typo.
modified:
po/gnome-split.pot
src/org/gnome/split/GnomeSplit.java
src/org/gnome/split/config/Constants.java
--
lp:gnome-split
https://code.launchpad.net/~respawneral/gnome-split/mainline
Your team GNOME Split developers is subscribed to branch lp:gnome-split.
To unsubscribe from this branch go to https://code.launchpad.net/~respawneral/gnome-split/mainline/+edit-subscription
=== modified file 'po/gnome-split.pot'
--- po/gnome-split.pot 2011-08-05 22:04:46 +0000
+++ po/gnome-split.pot 2011-08-07 12:13:52 +0000
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-05 23:32+0200\n"
+"POT-Creation-Date: 2011-08-07 14:12+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@xxxxxx>\n"
@@ -199,7 +199,7 @@
#: src/org/gnome/split/GnomeSplit.java:306
msgid ""
-"An action is currently being perfomed. Do you really want to quit GNOME "
+"An action is currently being performed. Do you really want to quit GNOME "
"Split?"
msgstr ""
=== modified file 'src/org/gnome/split/GnomeSplit.java'
--- src/org/gnome/split/GnomeSplit.java 2011-06-28 12:37:26 +0000
+++ src/org/gnome/split/GnomeSplit.java 2011-08-07 12:13:52 +0000
@@ -303,7 +303,7 @@
if (!config.DO_NOT_ASK_QUIT && (engine.getEngine() != null)) {
// Show a question to the user
QuestionDialog dialog = new QuestionDialog(this, window, _("Quit GNOME Split."),
- _("An action is currently being perfomed. Do you really want to quit GNOME Split?"));
+ _("An action is currently being performed. Do you really want to quit GNOME Split?"));
// Get his response and hide the dialog
quit = dialog.response();
=== modified file 'src/org/gnome/split/config/Constants.java'
--- src/org/gnome/split/config/Constants.java 2011-08-05 21:28:23 +0000
+++ src/org/gnome/split/config/Constants.java 2011-08-07 12:13:52 +0000
@@ -40,7 +40,7 @@
/**
* Version of the program.
*/
- public static String PROGRAM_VERSION = "1.1";
+ public static String PROGRAM_VERSION = "1.2";
/**
* Website of the program.