From 82b5ded699fcc03a09b0930213da204a332285e6 Mon Sep 17 00:00:00 2001 From: "gdm.manmeet" Date: Tue, 18 Mar 2014 13:21:39 +0530 Subject: fdo#64290 ui:count selected rows and columns Change-Id: Ie6443fd9b1ac6332b4937c4b6b5d565cca1fe612 --- sc/source/ui/src/globstr.src | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sc/source/ui/src') diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src index 47c5d94f5d72..82eb914e14db 100644 --- a/sc/source/ui/src/globstr.src +++ b/sc/source/ui/src/globstr.src @@ -585,6 +585,10 @@ Resource RID_GLOBSTR { Text [ en-US ] = "Sheet" ; }; + String STR_ROWCOL_SELCOUNT + { + Text [ en-US ] = "Selected $1 rows, $2 columns"; + }; String STR_COLUMN { Text [ en-US ] = "Column" ; -- cgit