gnome-split-team team mailing list archive
-
gnome-split-team team
-
Mailing list archive
-
Message #00142
[Branch ~respawneral/gnome-split/mainline] Rev 262: Fix another english typo.
------------------------------------------------------------
revno: 262
committer: Guillaume Mazoyer <respawneral@xxxxxxxxx>
branch nick: gnome-split
timestamp: Sun 2011-08-07 14:57:40 +0200
message:
Fix another english typo.
modified:
po/gnome-split.pot
src/org/gnome/split/gtk/DefaultEngineListener.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-07 12:13:52 +0000
+++ po/gnome-split.pot 2011-08-07 12:57:40 +0000
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-07 14:12+0200\n"
+"POT-Creation-Date: 2011-08-07 14:57+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"
@@ -548,7 +548,7 @@
msgstr ""
#: src/org/gnome/split/gtk/DefaultEngineListener.java:260
-msgid "The file was succesfully split."
+msgid "The file was successfully split."
msgstr ""
#: src/org/gnome/split/gtk/DefaultEngineListener.java:262
=== modified file 'src/org/gnome/split/gtk/DefaultEngineListener.java'
--- src/org/gnome/split/gtk/DefaultEngineListener.java 2011-02-14 16:25:27 +0000
+++ src/org/gnome/split/gtk/DefaultEngineListener.java 2011-08-07 12:57:40 +0000
@@ -257,7 +257,7 @@
String body;
if (engine instanceof DefaultSplitEngine) {
title = _("Split finished.");
- body = _("The file was succesfully split.");
+ body = _("The file was successfully split.");
} else {
title = _("Merge finished.");
body = _("The files were successfully merged.");