summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Napora <napcok@gmail.com>2013-11-09 19:52:47 +0100
committerDaniel Napora <napcok@gmail.com>2013-11-09 19:52:47 +0100
commit68c1205c08e58d382b0f60d89acb033ae2261ab8 (patch)
treef18f853da71f64c6ac1c5f390b2ac964b6414085
parent49d7819772a8a666d4ba5f6245e753a4d6bd852c (diff)
downloadmageiawelcome-68c1205c08e58d382b0f60d89acb033ae2261ab8.tar
mageiawelcome-68c1205c08e58d382b0f60d89acb033ae2261ab8.tar.gz
mageiawelcome-68c1205c08e58d382b0f60d89acb033ae2261ab8.tar.bz2
mageiawelcome-68c1205c08e58d382b0f60d89acb033ae2261ab8.tar.xz
mageiawelcome-68c1205c08e58d382b0f60d89acb033ae2261ab8.zip
Makefile fix, typo fixes
-rw-r--r--Makefile5
-rw-r--r--po/pl.po5
-rw-r--r--usr/share/mageiawelcome/mageiawelcome.py2
3 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 00ddc32..7666aa3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,9 @@ PACKAGE = mageiawelcome
VERSION = 0.8.1
GITPATH = git://git.mageia.org/software/mageiawelcome
-TEXT_FILES = makepot \
- Makefile
+TEXT_FILES = Makefile
-DIRS = etc usr
+DIRS = etc usr po
FILES = $(TEXT_FILES) $(DIRS)
diff --git a/po/pl.po b/po/pl.po
index 9c61738..111663e 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: mageiawelcome\n"
"Report-Msgid-Bugs-To: http://bugs.mageia.org\n"
"POT-Creation-Date: 2013-11-09 14:34+0100\n"
-"PO-Revision-Date: 2013-11-09 18:59+0100\n"
+"PO-Revision-Date: 2013-11-09 19:50+0100\n"
"Last-Translator: Daniel Napora <napcok@gmail.com>\n"
"Language-Team: Polish <kde-i18n-doc@kde.org>\n"
"MIME-Version: 1.0\n"
@@ -40,7 +40,7 @@ msgstr "arch:"
#: ../usr/share/mageiawelcome/mageiawelcome.py:74
msgid "Desktop:"
-msgstr "Pulpit"
+msgstr "Pulpit:"
#: ../usr/share/mageiawelcome/mageiawelcome.py:76
msgid "Welcome"
@@ -328,3 +328,4 @@ msgstr "Programy"
msgid "About"
msgstr "Informacje"
+
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py
index 2584995..16014fe 100644
--- a/usr/share/mageiawelcome/mageiawelcome.py
+++ b/usr/share/mageiawelcome/mageiawelcome.py
@@ -94,7 +94,7 @@ def main():
l['contribute'] = _("Contribute")
l['donate'] = _("Donations")
l['joinus'] = _("Join us!")
- l['$mccdesc'] = _("Mageia Control Center (aka drakconf) is a set of tools to help you configure your system")
+ l['mccdesc'] = _("Mageia Control Center (aka drakconf) is a set of tools to help you configure your system")
l['SM'] = _("Software Management")
l['Oa'] = _("Online administration")
l['H'] = _("Hardware")