diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | po/indicator-notifications.pot | 14 |
3 files changed, 9 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index e7e6e71..bb0730a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([indicator-notifications], [0.2.1], [jason.conti@gmail.com]) +AC_INIT([indicator-notifications], [0.2.2], [jason.conti@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror]) diff --git a/po/POTFILES.in b/po/POTFILES.in index 6ba5d9b..149d9c0 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,4 @@ src/dbus-spy.c src/indicator-notifications.c src/notification.c +src/notification-menuitem.c diff --git a/po/indicator-notifications.pot b/po/indicator-notifications.pot index c9ad969..bb3fbea 100644 --- a/po/indicator-notifications.pot +++ b/po/indicator-notifications.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-25 23:02-0500\n" +"POT-Creation-Date: 2012-02-26 15:13-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" @@ -18,17 +18,17 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../src/indicator-notifications.c:162 +#: ../src/indicator-notifications.c:160 msgid "Notifications" msgstr "" -#: ../src/indicator-notifications.c:457 -msgid "from" -msgstr "" - -#: ../src/indicator-notifications.c:509 +#: ../src/indicator-notifications.c:451 #, c-format msgid "Clear <small>(%d Notification)</small>" msgid_plural "Clear <small>(%d Notifications)</small>" msgstr[0] "" msgstr[1] "" + +#: ../src/notification-menuitem.c:96 +msgid "from" +msgstr "" |