Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-02-24 15:21:04 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-03-02 06:32:17 (GMT)
commit3b8a804d247ead4c220b7270d54f6c99b6c663a9 (patch)
tree41fba99f0907d32df43361c5586d622ef441dfe9
parent6fc01818fc43e71c282d8ed295ad287570e9f8f5 (diff)
claening up a few strings
-rw-r--r--GUI_Components/Edit_Pane.py4
-rw-r--r--GUI_Components/Publish_Pane.py2
-rw-r--r--po/InfoSlicer.pot20
3 files changed, 22 insertions, 4 deletions
diff --git a/GUI_Components/Edit_Pane.py b/GUI_Components/Edit_Pane.py
index 9c421d2..d01cd90 100644
--- a/GUI_Components/Edit_Pane.py
+++ b/GUI_Components/Edit_Pane.py
@@ -117,11 +117,11 @@ class Edit_Pane(Pane):
start = buf.get_start_iter()
end = buf.get_end_iter()
buf.delete(start, end)
- buf.insert(buf.get_start_iter(), _("\nYou can choose a Wikipedia article to copy from by selecting it from the drop-down menu above.\n\n"))
+ buf.insert(buf.get_start_iter(), _("You can choose a Wikipedia article to copy from by selecting it from the drop-down menu above."))
buf.insert(buf.get_end_iter(), _("If you want to download more articles from Wikipedia, you can do this in the Library tab."))
else:
buf = article.getBuffer()
- buf.insert(buf.get_start_iter(), _("\nYou have not downloaded any articles from Wikipedia.\n\nYou can download new articles in the Library tab."))
+ buf.insert(buf.get_start_iter(), _("You have not downloaded any articles from Wikipedia. You can download new articles in the Library tab."))
i = 0
selectionindex = 0
diff --git a/GUI_Components/Publish_Pane.py b/GUI_Components/Publish_Pane.py
index 5673dfc..94b9f0f 100644
--- a/GUI_Components/Publish_Pane.py
+++ b/GUI_Components/Publish_Pane.py
@@ -40,4 +40,4 @@ class Publish_Pane(Pane):
IO_Manager().save_article(article)
self.working = article
self.panel.populate_themes()
- self.panel.export_message.set_text(_('Select the theme you want, choose the articles you wish to include in the package and click "Publish".'))
+ self.panel.export_message.set_text(_("Select the theme you want, choose the articles you wish to include in the package and click 'Publish'."))
diff --git a/po/InfoSlicer.pot b/po/InfoSlicer.pot
index ea0a8da..9146daf 100644
--- a/po/InfoSlicer.pot
+++ b/po/InfoSlicer.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-02-24 10:05-0500\n"
+"POT-Creation-Date: 2009-02-24 10:19-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -142,3 +142,21 @@ msgid ""
"If you want to download more articles from Wikipedia, you can do this in the "
"Library tab."
msgstr ""
+
+#: GUI_Components/Edit_Pane.py:117
+msgid ""
+"You can choose a Wikipedia article to copy from by selecting it from the "
+"drop-down menu above."
+msgstr ""
+
+#: GUI_Components/Edit_Pane.py:121
+msgid ""
+"You have not downloaded any articles from Wikipedia. You can download new "
+"articles in the Library tab."
+msgstr ""
+
+#: GUI_Components/Publish_Pane.py:43
+msgid ""
+"Select the theme you want, choose the articles you wish to include in the "
+"package and click 'Publish'."
+msgstr ""