diff options
author | Jeremy Bicha <jbicha@ubuntu.com> | 2019-01-11 14:36:16 -0500 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-01-14 16:44:59 +0100 |
commit | 17f4ea53921d970de3d6a7007bc3eb6082f84514 (patch) | |
tree | 172c20cde0a9f71c65584fdb29fb858e5e334a2d /src/plugins/recent/recent.plugin.in | |
parent | b4050524d6cd961b544ba834451a6c67e9142cc9 (diff) | |
download | totem-17f4ea53921d970de3d6a7007bc3eb6082f84514.tar.gz |
meson: Stop using intltool
modern gettext is sufficient
https://wiki.gnome.org/Initiatives/GnomeGoals/GettextMigration
Closes: https://gitlab.gnome.org/GNOME/totem/issues/218
Diffstat (limited to 'src/plugins/recent/recent.plugin.in')
-rw-r--r-- | src/plugins/recent/recent.plugin.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/recent/recent.plugin.in b/src/plugins/recent/recent.plugin.in index d7a8346cd..c2c5c0962 100644 --- a/src/plugins/recent/recent.plugin.in +++ b/src/plugins/recent/recent.plugin.in @@ -2,8 +2,8 @@ Module=recent IAge=1 Builtin=true -_Name=Recent files -_Description=Adds files that have been played to recent files +Name=Recent files +Description=Adds files that have been played to recent files Authors=Bastien Nocera Copyright=Copyright © 2012 Bastien Nocera Website=http://www.gnome.org/projects/totem/ |