]> git.wh0rd.org - tt-rss.git/commitdiff
getCategoryTitle: return translated Uncategorized (closes #506)
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 6 Oct 2012 13:47:19 +0000 (17:47 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 6 Oct 2012 13:47:19 +0000 (17:47 +0400)
include/functions.php

index 75ffcc8bf341b0e1dcb4165237052a7c203f4075..0156ddf9a1394e0dc3fc957b6481f56f27758f02 100644 (file)
                        if (db_num_rows($result) == 1) {
                                return db_fetch_result($result, 0, "title");
                        } else {
-                               return "Uncategorized";
+                               return __("Uncategorized");
                        }
                }
        }