From d7483ee62740805352fc4ceb989aea0c370a6b5f Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Sun, 9 Jun 2013 18:01:21 +0900 Subject: [PATCH] elm_general.h: better documentation. --- legacy/elementary/src/lib/elm_general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elm_general.h b/legacy/elementary/src/lib/elm_general.h index 90b790ba46..9f37c01389 100644 --- a/legacy/elementary/src/lib/elm_general.h +++ b/legacy/elementary/src/lib/elm_general.h @@ -317,7 +317,7 @@ EAPI int elm_policy_get(unsigned int policy); * * For more complex cases, like having formatted strings that need * translation, widgets will also emit a "language,changed" signal that - * the user can listen to manually translate the text. + * the user can listen to and manually translate the text. * * @param lang Language to set, must be the full name of the locale *