[gnome-characters] categoryList: Minor fixes to section titles



commit 6c25801a7670432467f8dbfbbdcfcaac37907dc8
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Nov 14 15:51:24 2014 +0100

    categoryList: Minor fixes to section titles
    
    Punctuation does not have a plural, but picture does - fix both.

 src/categoryList.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/categoryList.js b/src/categoryList.js
index 38f3a7e..0f6e9d8 100644
--- a/src/categoryList.js
+++ b/src/categoryList.js
@@ -16,7 +16,7 @@ const Category = [
     {
         name: 'punctuation',
         category: Gc.Category.PUNCTUATION,
-        label: N_('Punctuations'),
+        label: N_('Punctuation'),
         icon_name: 'characters-punctuation-symbolic'
     },
     {
@@ -34,7 +34,7 @@ const Category = [
     {
         name: 'picture',
         category: Gc.Category.PICTURE,
-        label: N_('Picture'),
+        label: N_('Pictures'),
         icon_name: 'characters-picture-symbolic'
     },
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]